|
|
|
@ -613,11 +613,12 @@ public class BaseInvoiceManualCheckServiceImpl extends MpBaseServiceImpl<BaseTDx |
|
|
|
|
json.put("message","无可操作的数据"); |
|
|
|
|
json.put("code","501"); |
|
|
|
|
return super.responseResult(json); |
|
|
|
|
}else { |
|
|
|
|
json.put("hjje", hjje); |
|
|
|
|
json.put("hjse", currentTax); |
|
|
|
|
json.put("total", count); |
|
|
|
|
json.put("datalist", returnList); |
|
|
|
|
} |
|
|
|
|
json.put("hjje", hjje); |
|
|
|
|
json.put("hjse", currentTax); |
|
|
|
|
json.put("total", count); |
|
|
|
|
json.put("datalist", returnList); |
|
|
|
|
} catch (Exception e) { |
|
|
|
|
// 统一设置操作异常标识
|
|
|
|
|
log.info("错误信息为:{}",e.getMessage()); |
|
|
|
|