fix 开店管理增加合同签约,门店编码trim 修复导出字段没值
This commit is contained in:
@@ -108,7 +108,7 @@ public class ExportServiceImpl implements ExportService {
|
|||||||
long total = branchShopList.getTotal();
|
long total = branchShopList.getTotal();
|
||||||
if (total == CommonConstants.ZERO) {
|
if (total == CommonConstants.ZERO) {
|
||||||
return CommonConstants.ZERO_LONG;
|
return CommonConstants.ZERO_LONG;
|
||||||
} else if (total > 1) {
|
} else if (total > CommonConstants.FIVE_SECONDS) {
|
||||||
throw new ServiceException(ErrorCodeEnum.EXPORT_LIMIT_5000);
|
throw new ServiceException(ErrorCodeEnum.EXPORT_LIMIT_5000);
|
||||||
}
|
}
|
||||||
ImportTaskDO importTaskDO = new ImportTaskDO();
|
ImportTaskDO importTaskDO = new ImportTaskDO();
|
||||||
|
|||||||
Reference in New Issue
Block a user