判断list是否为空

release
yishiqihuasheng 2 years ago
parent 0689ecf516
commit 8a36240df0
  1. 3
      dxhy-base/src/main/java/com/dxhy/base/controller/BaseInvoiceController.java

@ -565,8 +565,9 @@ public class BaseInvoiceController extends AbstractController {
log.info("手工认证无税号{}",UserInfoUtil.getGfshAll(getUserInfo().getOrg())); log.info("手工认证无税号{}",UserInfoUtil.getGfshAll(getUserInfo().getOrg()));
} }
pramsMap.put("gfsh", gfshList); pramsMap.put("gfsh", gfshList);
log.info("gfshList.size(){}",gfshList.size());
if (gfshList == null || gfshList.isEmpty()){ if (gfshList == null || gfshList.isEmpty()){
log.info("gfshList.size(){}",gfshList.size());
pramsMap.put("sign","88"); pramsMap.put("sign","88");
log.info("登陆账号无税号"); log.info("登陆账号无税号");
} }

Loading…
Cancel
Save