This commit is contained in:
shuo.wang
2025-05-19 18:31:27 +08:00
parent 058a9bc250
commit 0909369e59
3 changed files with 26 additions and 35 deletions

View File

@@ -66,6 +66,9 @@ public class AcceptanceInfoDAO {
}
public Integer initAcceptanceInfo(List<Long> shopIds){
if (CollectionUtils.isEmpty(shopIds)){
return CommonConstants.ZERO;
}
return acceptanceInfoMapper.initAcceptanceInfo(shopIds);
}
}