|
|
@@ -150,7 +150,7 @@ public class PersonMouldServiceImpl implements PersonMouldService { |
|
|
|
public List<Long> getUserMouldIds(List<Long> userIds) { |
|
|
|
UserPersonMould upm = new UserPersonMould(); |
|
|
|
upm.setCuserIds(userIds); |
|
|
|
return userPersonMouldMapper.findMouldIdList(null); |
|
|
|
return userPersonMouldMapper.findMouldIdList(upm); |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|