fix: 修复多模块Bug及功能优化
修复药品汇总、医嘱套餐、转科管理、用药汇总、处方列表、用户管理等多个模块的问题
This commit is contained in:
@@ -187,6 +187,9 @@ public class MedicineSummaryAppServiceImpl implements IMedicineSummaryAppService
|
||||
*/
|
||||
@Override
|
||||
public R<?> medicineSummary(List<MedicineSummaryParam> medicineSummaryParamList) {
|
||||
if (medicineSummaryParamList == null || medicineSummaryParamList.isEmpty()) {
|
||||
throw new ServiceException("请至少选择一条待汇总的药品");
|
||||
}
|
||||
// 领药人
|
||||
Long receiverId = medicineSummaryParamList.get(0).getReceiverId();
|
||||
// 申请时间
|
||||
|
||||
Reference in New Issue
Block a user