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