|
|
|
@@ -91,6 +91,7 @@ public class DmReceptionServiceImpl extends BaseServiceImpl<DmReceptionQuery, Dm |
|
|
|
public DmReceptionVo selectReceptionTask(Long manId) { |
|
|
|
DmReceptionQuery query = new DmReceptionQuery(); |
|
|
|
query.setManId(manId); |
|
|
|
query.setStatus("1"); |
|
|
|
List<DmReceptionDto> dtoList = baseManager.selectList(query); |
|
|
|
if (dtoList == null || dtoList.size() == 0) { |
|
|
|
return null; |
|
|
|
|