记得上下班打卡 | git大法好,push需谨慎

Commit 8c212dc8 authored by 张国柄's avatar 张国柄

~JOB:+商品上架任务;

parent f0aa56ff
...@@ -29,6 +29,7 @@ public class GoblinStoreMgtCompleteParam implements java.io.Serializable { ...@@ -29,6 +29,7 @@ public class GoblinStoreMgtCompleteParam implements java.io.Serializable {
vo.setLogoPic(this.getLogoPic()); vo.setLogoPic(this.getLogoPic());
vo.setBackgroundPic(this.getBackgroundPic()); vo.setBackgroundPic(this.getBackgroundPic());
vo.setIntroduce(this.getIntroduce()); vo.setIntroduce(this.getIntroduce());
vo.setReason("");
vo.setStatus("1"); vo.setStatus("1");
vo.setStoreType(StringUtils.isNotBlank(this.getStoreType()) ? this.getStoreType() : "1"); vo.setStoreType(StringUtils.isNotBlank(this.getStoreType()) ? this.getStoreType() : "1");
return vo; return vo;
......
...@@ -163,7 +163,7 @@ public class GoblinStoreMgtGoodsAddParam implements Serializable { ...@@ -163,7 +163,7 @@ public class GoblinStoreMgtGoodsAddParam implements Serializable {
vo.setShelvesTime(this.getShelvesTime()); vo.setShelvesTime(this.getShelvesTime());
vo.setSpuValidity(this.getSpuValidity()); vo.setSpuValidity(this.getSpuValidity());
vo.setVirtualFlg(this.getVirtualFlg()); vo.setVirtualFlg(this.getVirtualFlg());
vo.setStatus("1"); vo.setStatus("3");
// vo.setReason(null); // vo.setReason(null);
// vo.setShelvesStatus("0"); // vo.setShelvesStatus("0");
vo.setShelvesStatus(vo.getShelvesHandle().equals("2") ? "3" : "0");// 只有`上架处理方式`:2-直接上架售卖,直接上架 vo.setShelvesStatus(vo.getShelvesHandle().equals("2") ? "3" : "0");// 只有`上架处理方式`:2-直接上架售卖,直接上架
......
...@@ -167,6 +167,7 @@ ...@@ -167,6 +167,7 @@
url: prefix + "/list", url: prefix + "/list",
detailUrl: prefix + "/info/{id}", detailUrl: prefix + "/info/{id}",
sortName: "createdAt", sortName: "createdAt",
sortOrder: "desc",
modalName: "店铺", modalName: "店铺",
columns: [{ columns: [{
checkbox: true checkbox: true
......
#---- 店铺信息 #---- 店铺信息
goblin_store_info.insert_by_cert=INSERT INTO goblin_store_info (store_id,uid,status,store_type,cert_type,created_by,created_at)VALUES(?,?,?,?,?,?,?) goblin_store_info.insert_by_cert=INSERT INTO goblin_store_info (store_id,uid,status,store_type,cert_type,created_by,created_at)VALUES(?,?,?,?,?,?,?)
goblin_store_info.update_by_cert1=UPDATE goblin_store_info SET store_type=?,cert_type=?,updated_by=?,updated_at=? WHERE store_id=? goblin_store_info.update_by_cert1=UPDATE goblin_store_info SET store_type=?,cert_type=?,updated_by=?,updated_at=? WHERE store_id=?
goblin_store_info.update_by_cert2=UPDATE goblin_store_info SET store_name=?,logo_pic=?,background_pic=?,introduce=?,status=?,store_type=?,updated_by=?,updated_at=? WHERE store_id=? goblin_store_info.update_by_cert2=UPDATE goblin_store_info SET store_name=?,logo_pic=?,background_pic=?,introduce=?,status=?,reason='',store_type=?,updated_by=?,updated_at=? WHERE store_id=?
goblin_store_info.update_by_del=UPDATE goblin_store_info SET del_flg=1,updated_by=?,updated_at=? WHERE store_id=? goblin_store_info.update_by_del=UPDATE goblin_store_info SET del_flg=1,updated_by=?,updated_at=? WHERE store_id=?
goblin_store_info.update_by_edit=UPDATE goblin_store_info SET store_name=?,logo_pic=?,background_pic=?,introduce=?,updated_by=?,updated_at=? WHERE store_id=? goblin_store_info.update_by_edit=UPDATE goblin_store_info SET store_name=?,logo_pic=?,background_pic=?,introduce=?,updated_by=?,updated_at=? WHERE store_id=?
goblin_store_info.update_by_setting=UPDATE goblin_store_info SET status=?,updated_by=?,updated_at=? WHERE store_id=? AND del_flg='0' goblin_store_info.update_by_setting=UPDATE goblin_store_info SET status=?,updated_by=?,updated_at=? WHERE store_id=? AND del_flg='0'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment