|
|
@@ -728,6 +728,9 @@ public class Goods implements Serializable {
|
|
|
}
|
|
|
|
|
|
public void setStatus() {
|
|
|
+ if (this.autoPublish == null) {
|
|
|
+ this.autoPublish = Boolean.TRUE;
|
|
|
+ }
|
|
|
if (this.autoPublish) {
|
|
|
if (StringUtils.isEmpty(this.packaging) || (this.minBuyQty == null) || (this.minPackQty == null) || (this.b2cMinDelivery == null) || (this.b2cMaxDelivery == null) || StringUtils.isEmpty(this.qtyPrice)) {
|
|
|
//做未上架处理
|