md
This commit is contained in:
parent
baeea90f1d
commit
131a5d4b53
@ -352,7 +352,7 @@ public class EmisSettleInvoiceChRecordServiceImpl extends EmisBaseService implem
|
||||
}
|
||||
|
||||
// 已申请作废就不要更新状态
|
||||
if(StringUtils.isEmpty("3".equals(itemRecord.getOpenChStatus())){
|
||||
if("3".equals(itemRecord.getOpenChStatus())){
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user