|
@@ -286,10 +286,6 @@ public class WmPayOffController {
|
|
|| null == input.getInvoiceCategory() || StringUtils.isEmpty(input.getScorePackageName())) {
|
|
|| null == input.getInvoiceCategory() || StringUtils.isEmpty(input.getScorePackageName())) {
|
|
return R.failed("数据异常");
|
|
return R.failed("数据异常");
|
|
}
|
|
}
|
|
- // 默认这两个成功,仅用于测试
|
|
|
|
- if (input.getScorePackageName().equals("测试lxs-1118-002") || input.getScorePackageName().equals("测试lxs0812-03")) {
|
|
|
|
- continue;
|
|
|
|
- }
|
|
|
|
// 查询结算详情(用于拼接notes数据)
|
|
// 查询结算详情(用于拼接notes数据)
|
|
R queryR = wmPayOffService.settleById(input);
|
|
R queryR = wmPayOffService.settleById(input);
|
|
|
|
|