|
@@ -6,6 +6,7 @@ import java.util.Iterator;
|
|
|
import java.util.List;
|
|
|
import java.util.Map;
|
|
|
|
|
|
+import nc.bs.dao.BaseDAO;
|
|
|
import nc.bs.framework.common.NCLocator;
|
|
|
import nc.vo.hr.tools.pub.HRAggVO;
|
|
|
import nc.vo.ic.pub.bill.GeneralBillVO;
|
|
@@ -117,4 +118,12 @@ public class OrderTotalInfoImpl implements IOrderTotalInfo {
|
|
|
}
|
|
|
|
|
|
}
|
|
|
+
|
|
|
+ //生单形成的单据删除后回写数量
|
|
|
+ @Override
|
|
|
+ public void updateExecnum(String sql) throws BusinessException {
|
|
|
+ new BaseDAO().executeUpdate(sql);
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
}
|