添加耗材
This commit is contained in:
@@ -117,6 +117,16 @@ public class CartService {
|
||||
TbProductSkuWithBLOBs tbProductSkuWithBLOBs = productSkuMapper.selectByPrimaryKey(Integer.valueOf(skuId));
|
||||
|
||||
|
||||
|
||||
|
||||
JSONObject objectMsg=new JSONObject();
|
||||
objectMsg.put("skuId",tbProductSkuWithBLOBs.getId());
|
||||
objectMsg.put("shopId",Integer.valueOf(shopId));
|
||||
|
||||
|
||||
producer.con_msg(objectMsg.toString());
|
||||
|
||||
|
||||
if (Integer.valueOf(tbProduct.getIsPauseSale()).equals(1)) {
|
||||
JSONObject jsonObject1 = new JSONObject();
|
||||
jsonObject1.put("status", "fail");
|
||||
|
||||
Reference in New Issue
Block a user