|
|
|
@ -151,7 +151,7 @@ public class ScaleServiceImpl implements IScaleService { |
|
|
|
if (CollUtil.isNotEmpty(comboInfos)) { |
|
|
|
for (ScaleVo.ComboInfo comboInfo : comboInfos) { |
|
|
|
int i = 0; |
|
|
|
comboInfo.setChildrenList(scaleDao.queryComboChildList(comboInfo.getId(), isFemale)); |
|
|
|
comboInfo.setChildrenList(scaleDao.queryComboChildList(comboInfo.getId(), isFemale, loginUser.getUsername(), loginUser.getHospitalId())); |
|
|
|
// if (CollUtil.isNotEmpty(comboInfo.getChildrenList())) {
|
|
|
|
// for (ScaleVo.ComboInfo info : comboInfo.getChildrenList()) {
|
|
|
|
// if (CollUtil.isNotEmpty(info.getScaleList())) {
|
|
|
|
|