|
|
|
@@ -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)) { |
|
|
|
|