[采购订单推送泛微]去掉集采订单

This commit is contained in:
tanfengling@x-ri.com 2025-10-31 16:13:44 +08:00
parent 1c9df317d0
commit 441cb007e6
1 changed files with 4 additions and 1 deletions

View File

@ -34,7 +34,10 @@ public class PurOrderSubmitOp extends AbstractOperationServicePlugIn {
boolean existOrder = QueryServiceHelper.exists("pm_purorderbill", successPkId); boolean existOrder = QueryServiceHelper.exists("pm_purorderbill", successPkId);
if(existOrder){ if(existOrder){
bill = BusinessDataServiceHelper.loadSingle(successPkId, "pm_purorderbill"); bill = BusinessDataServiceHelper.loadSingle(successPkId, "pm_purorderbill");
resultStr = FWImpl.pushFwPurorder(bill); boolean tqq9_jcdd = bill.getBoolean("tqq9_jcdd");
if(!tqq9_jcdd){
resultStr = FWImpl.pushFwPurorder(bill);
}
}else{ }else{
boolean existChange = QueryServiceHelper.exists("pm_xspurorderbill", successPkId); boolean existChange = QueryServiceHelper.exists("pm_xspurorderbill", successPkId);
if(existChange){ if(existChange){