Merge branch 'master' into dev
This commit is contained in:
@@ -174,7 +174,7 @@ public class GoodsSku extends BaseEntity {
|
||||
return weight;
|
||||
}
|
||||
|
||||
public Integer getalertQuantity() {
|
||||
public Integer getAlertQuantity() {
|
||||
if(alertQuantity == null){
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user