|
@@ -74,6 +74,7 @@ public class MarkMtFeesController {
|
|
|
mz.setPatNo(param.getPatientId());
|
|
|
mz.setTimes(param.getTimes());
|
|
|
mz.setStaffId(param.getStaffId());
|
|
|
+ mz.setNeedRevokeRegistration(1);
|
|
|
ResultVo<FundDetail> result = mzService.revokeOutpatientSettlement(mz);
|
|
|
return getStringObjectMap(param, result, "收费窗口撤销门特结算", true);
|
|
|
}
|