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

This commit is contained in:
2024-08-01 14:22:33 +08:00
parent 3b8cbdee6e
commit ccba29361b
2 changed files with 21 additions and 4 deletions

View File

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