1.ut优化

2.推送费控字段确认,以及成功返回方式
  3.锁定解锁接口id有校验,字段确认,
  4.凭证查询接口字段确认
  5.源单是费控,不允许拆分和合并(依据)
  6.接口返回值
  7.排程校验

--s
This commit is contained in:
weiyunlong 2025-03-11 18:19:13 +08:00
parent 53ed962faa
commit 8f7248f6c4
2 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@ public class PaybillOperation extends AbstractOperationServicePlugIn implements
operateErrorInfo.setPkValue(bill.getPkValue()); operateErrorInfo.setPkValue(bill.getPkValue());
this.operationResult.addErrorInfo(operateErrorInfo); this.operationResult.addErrorInfo(operateErrorInfo);
}else { }else {
//todo:表头更新状态
this.operationResult.addSuccessPkId(bill.getPkValue()); this.operationResult.addSuccessPkId(bill.getPkValue());
} }
} }

View File

@ -29,6 +29,7 @@ public class PaybillPushFkTask extends AbstractTask implements Plugin {
data.put("header", header); data.put("header", header);
data.put("body", body); data.put("body", body);
withholding_billing(data, paybill.getString("billno")); withholding_billing(data, paybill.getString("billno"));
//todo:成功:表头更新状态
} }
} }
} }