新增病案查询接口,修改退费接口
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user