新增病案查询接口,修改退费接口

This commit is contained in:
sangchengzhi
2026-01-22 10:41:24 +08:00
parent 8d2d948ea2
commit a2420d61fd
11 changed files with 333 additions and 17 deletions

View File

@@ -80,6 +80,11 @@ public class GuahaoTask {
} else {
cancelSuccess = true;
log.info("退号成功");
if (vo.getZfamount().equals("0.00")){
log.info("0元挂号跳过退费处理");
refundSuccess = true;
return;
}
// 2. 执行退费
Map<String, Object> refundResult = reserve8Service.MOP_BillsPayedRefund(vo);