@ -272,6 +272,7 @@
WHERE
ITEM_GROUP_ID = #{groupId} and ifi.CUSTOMER_ID = #{customerId}
AND LENGTH(ifi.COLUMN_NAME)>0
ORDER BY ifi.SORT
</select>
</mapper>
@ -218,6 +218,7 @@ public class IcResiUserExportServiceImpl implements IcResiUserExportService {
searchForm.setStaffId(tokenDto.getUserId());
ValidatorUtils.validateEntity(searchForm, IcResiUserPageFormDTO.AddUserInternalGroup.class);
searchForm.setIsPage(false);
searchForm.setPageSize(NumConstant.TEN_THOUSAND);
}
@Nullable