Browse Source

Merge branch 'develop' into develop2

hu 1 year ago
parent
commit
41ac126513
1 changed files with 0 additions and 5 deletions
  1. 0 5
      src/custom/restcontroller/sale/cashbill/cashbill.java

+ 0 - 5
src/custom/restcontroller/sale/cashbill/cashbill.java

@@ -140,11 +140,6 @@ public class cashbill extends Controller {
                     iserr = true;
                     msg = msg + "【账户名称为空】";
 
-                }
-                if (StringUtils.isEmpty(row.getString("accountname"))) {
-                    iserr = true;
-                    msg = msg + "【账户名称为空】";
-
                 }
                 if (!isValidFormat(row.getString("period"))) {
                     iserr = true;