|
@@ -43,7 +43,7 @@ public class OrderUnApproveAction extends AbstractAction {
|
|
|
if (null != s ){
|
|
|
for (int i = 0; i < s.length; i++) {
|
|
|
OrderMainVO headvo = (OrderMainVO) s[i].getParentVO();
|
|
|
- GetBaseDAOUtil.getGeneral(headvo.getPk_order());
|
|
|
+ GetBaseDAOUtil.getSale(headvo.getPk_order());
|
|
|
if (headvo.getBillstatus() != IBillStatus.CHECKPASS){
|
|
|
throw new ValidationException("非审批态单据不允许取消审批");
|
|
|
}
|