Merge branch 'master' into dev

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

View File

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