Revert "1.编辑商品不影响上下架"

This reverts commit ccba29361b.
This commit is contained in:
GYJ
2024-08-01 18:13:22 +08:00
parent cdceb51f92
commit 0a0a863472
2 changed files with 4 additions and 21 deletions

View File

@@ -129,7 +129,7 @@ public class TbProductSku implements Serializable {
@Column(name = "`is_grounding`")
@ApiModelProperty(value = "是否上架")
private Integer isGrounding;
private Integer isGrounding = 1;
public void setIsDel(Integer isDel) {
if(isDel!=null){