fix batchUpdateByShopIdsAndSubStageStatus
This commit is contained in:
@@ -187,7 +187,7 @@ public class ShopStageInfoDAO {
|
|||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
public Integer batchUpdateByShopIdsAndSubStageStatus(List<Long> shopIds, List<ShopSubStageStatusEnum> subStageStatusList) {
|
public Integer batchUpdateByShopIdsAndSubStageStatus(List<Long> shopIds, List<ShopSubStageStatusEnum> subStageStatusList) {
|
||||||
if (Objects.isNull(shopIds) || CollectionUtils.isEmpty(subStageStatusList)) {
|
if (CollectionUtils.isEmpty(shopIds) || CollectionUtils.isEmpty(subStageStatusList)) {
|
||||||
return CommonConstants.ZERO;
|
return CommonConstants.ZERO;
|
||||||
}
|
}
|
||||||
List<ShopStageInfoDO> shopStageList = Lists.newArrayList();
|
List<ShopStageInfoDO> shopStageList = Lists.newArrayList();
|
||||||
|
|||||||
Reference in New Issue
Block a user