|
|
@ -874,11 +874,11 @@ public class BaseInvoiceController extends AbstractController { |
|
|
|
String menuId = (String)map.get("menuId"); |
|
|
|
String menuId = (String)map.get("menuId"); |
|
|
|
String company = (String)map.get("company"); |
|
|
|
String company = (String)map.get("company"); |
|
|
|
|
|
|
|
|
|
|
|
if (StringUtils.isNotBlank(inAccountStatus)){ |
|
|
|
if (StringUtils.isBlank(inAccountStatus)){ |
|
|
|
return ResponseEntity.ok(R.error("入账状态不能为空")); |
|
|
|
return ResponseEntity.ok(R.error("入账状态不能为空")); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if (StringUtils.isNotBlank(maxTax)){ |
|
|
|
if (StringUtils.isBlank(maxTax)){ |
|
|
|
return ResponseEntity.ok(R.error("税额上限不能为空")); |
|
|
|
return ResponseEntity.ok(R.error("税额上限不能为空")); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|