|
@@ -422,7 +422,7 @@ public class FillGatherTaskServiceImpl extends BaseServiceImpl<FillGatherTaskMap
|
|
|
detail.setCreatedUserId(SecurityUtils.getUserInfo().getUserId());
|
|
|
detail.setCreatedUserName(SecurityUtils.getUserInfo().getUsername());
|
|
|
detail.setSbId(sbIds.get(i));
|
|
|
- if (sortNums.get(i)!=null) {
|
|
|
+ if (sortNums!=null&&sortNums.get(i)!=null) {
|
|
|
detail.setSortNum(sortNums.get(i));
|
|
|
}else {
|
|
|
detail.setSortNum(100);
|