【物料变更】 区分新增与变更

This commit is contained in:
tanfengling@x-ri.com 2025-12-25 14:56:28 +08:00
parent f2410f0e35
commit 4e64e222b4
1 changed files with 0 additions and 2 deletions

View File

@ -6584,11 +6584,9 @@ public class FWImpl {
String requestName = "新增物料流程";
String wfID = ConfigUtils.getThirdConfigByNumber("FW_WFID_XZWL");
String requestid = bill.getString("tqq9_fwrequestid");
// boolean tqq9_issuccess = bill.getBoolean("tqq9_issuccess");
if (lcbh.endsWith("_copy")) {
requestName = "变更物料流程";
wfID = ConfigUtils.getThirdConfigByNumber("FW_WFID_WLBG");
requestid = bill.getString("tqq9_fwupdid");
JSONObject m_bgyy = new JSONObject();
m_bgyy.put("fieldName", "bgyy");