fix
This commit is contained in:
@@ -66,6 +66,9 @@ public class AcceptanceInfoDAO {
|
||||
}
|
||||
|
||||
public Integer initAcceptanceInfo(List<Long> shopIds){
|
||||
if (CollectionUtils.isEmpty(shopIds)){
|
||||
return CommonConstants.ZERO;
|
||||
}
|
||||
return acceptanceInfoMapper.initAcceptanceInfo(shopIds);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user