|
|
|
@ -130,7 +130,7 @@ public class GoodsServiceImpl implements GoodsService { |
|
|
|
int gdid = goodsDetailMapper.addGoodsDetail(goodsDetail); |
|
|
|
|
|
|
|
//抽取target 字段中的json,转为jsonobject
|
|
|
|
JSONObject targetJson = nsdjson.getJSONObject("targetData"); |
|
|
|
JSONObject targetJson = sdjson.getJSONObject("targetData"); |
|
|
|
//处理状态
|
|
|
|
int istatus = 0; |
|
|
|
if (sdjson.getInteger("status") == 1 || sdjson.getInteger("status") == 4 || |
|
|
|
|