|
@@ -57,7 +57,7 @@ public class MedicineManagementService {
|
|
|
if (ListUtil.isBlank(params.getChargeList())) {
|
|
|
return ResultVoUtil.fail(ExceptionEnum.NO_DATA_EXIST, "请勾选需要提交的药品。");
|
|
|
}
|
|
|
- transformDateToDatetime(params);
|
|
|
+// transformDateToDatetime(params);
|
|
|
Map<String, String> deptChargeCodes = new HashMap<>();
|
|
|
for (MedicinePage page : params.getChargeList()) {
|
|
|
String execUnit = page.getExecUnit();
|