|
@@ -246,6 +246,7 @@ public class SiMzService {
|
|
|
}
|
|
|
|
|
|
public ResultVo<String> insertSiMzFees(List<MzReceipt> receipts) {
|
|
|
+ receipts.removeIf(item -> !item.getChecked());
|
|
|
if (receipts.isEmpty()) {
|
|
|
return ResultVoUtil.fail(ExceptionEnum.NULL_POINTER, "患者没有可以报销的项目!");
|
|
|
}
|