Merge branch 'master' into dev

This commit is contained in:
lele0521 2024-03-19 16:39:47 +08:00
commit ed3a2ae9fc

View File

@ -174,7 +174,7 @@ public class GoodsSku extends BaseEntity {
return weight;
}
public Integer getalertQuantity() {
public Integer getAlertQuantity() {
if(alertQuantity == null){
return 0;
}