FWBillStateUpdController中对物料判断修改

This commit is contained in:
pan-houxiang 2025-12-17 11:18:55 +08:00
parent 2cdccaea61
commit b09df79366
1 changed files with 1 additions and 2 deletions

View File

@ -115,8 +115,7 @@ public class FWBillStateUpdController {
} else { } else {
bill.set("tqq9_fwstate", "驳回"); bill.set("tqq9_fwstate", "驳回");
} }
} } else {
else {
if (state == 0) { if (state == 0) {
bill.set("tqq9_issuccess", true); bill.set("tqq9_issuccess", true);
bill.set("tqq9_fwstate", "C"); bill.set("tqq9_fwstate", "C");