| | |
| | | while (result.getGoodsList() != null && result.getGoodsList().size() > 0) { |
| | | for (DaTaoKeDetailV2 detailV2 : result.getGoodsList()) { |
| | | try { |
| | | Long goodsId = detailV2.getGoodsId(); |
| | | String goodsId = detailV2.getGoodsId(); |
| | | |
| | | String circleText = detailV2.getCircleText(); |
| | | if (circleText == null) { |
| | |
| | | @XxlJob("dynamic-tejia-updateBetterGoods") |
| | | public ReturnT<String> updateTejiaBetterGoods(String param) throws Exception { |
| | | addDTKTipOffList(SystemEnum.yhqjx); |
| | | addDTKTipOffList(SystemEnum.hsb); |
| | | return ReturnT.SUCCESS; |
| | | } |
| | | |