|
|
|
@ -360,6 +360,10 @@ public class GoodsServiceImpl implements GoodsService { |
|
|
|
gmap.put("apply_out",1); |
|
|
|
int upret = goodsMapper.updateGoods(gmap,goods.getId()); |
|
|
|
|
|
|
|
//提交远程
|
|
|
|
JSONObject rjson =SzwhApiUtils.offGoods(reason,goodsIsli); |
|
|
|
log.info("remote offgoods result:"+rjson.toString()); |
|
|
|
|
|
|
|
// 返回的map 集合
|
|
|
|
Map retmap = new HashMap(); |
|
|
|
retmap.put("code",code); |
|
|
|
|