Browse Source

fix

release_toaliyun_real
zhengfangyuan 3 years ago
parent
commit
cf4866a348
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxBillAllServiceImpl.java

+ 0
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxBillAllServiceImpl.java View File

@@ -323,7 +323,6 @@ public class WxBillAllServiceImpl implements WxBillAllService {
}
if (null != maps && hasSet) {
for (Map<String, Object> map : maps) {
//判断是否有提交审批的
Integer billType = ((Long) map.get("billTypeValue")).intValue();
if (EnumBillType.SETTLE.getCode().equals(billType)) {


Loading…
Cancel
Save