|
@@ -324,7 +324,7 @@ public class WmPayOffController {
|
|
|
@PostMapping("/settleIssueBySubType")
|
|
|
public R<?> settleIssueBySubType(@RequestBody WmScorePackageSettleInput input) {
|
|
|
|
|
|
- if (StrUtil.isAllNotBlank(input.getId(),input.getScorePackageName() ) || input.getSubjectLocation() == null || CollUtil.isEmpty(input.getNotes()) || null == input.getInvoiceCategory()){
|
|
|
+ if (StrUtil.isAllNotBlank(input.getId(), input.getScorePackageName()) || input.getSubjectLocation() == null || CollUtil.isEmpty(input.getNotes()) || null == input.getInvoiceCategory()) {
|
|
|
return R.failed("数据异常");
|
|
|
}
|
|
|
|