fix 开店管理增加合同签约,门店编码trim 修复导出字段没值

This commit is contained in:
shuo.wang
2025-05-06 18:43:00 +08:00
parent 9256c48b01
commit 434b9ff6f8

View File

@@ -108,7 +108,7 @@ public class ExportServiceImpl implements ExportService {
long total = branchShopList.getTotal();
if (total == CommonConstants.ZERO) {
return CommonConstants.ZERO_LONG;
} else if (total > 1) {
} else if (total > CommonConstants.FIVE_SECONDS) {
throw new ServiceException(ErrorCodeEnum.EXPORT_LIMIT_5000);
}
ImportTaskDO importTaskDO = new ImportTaskDO();