|
|
@@ -78,6 +78,9 @@ public class TaobaoServiceImpl implements TaobaoService {
|
|
78
|
78
|
if(cid!=null&&!cid.equals("")){
|
|
79
|
79
|
thirdPartyGoods.setCid(Integer.parseInt(cid));
|
|
80
|
80
|
}
|
|
|
81
|
+ long timestamp = System.currentTimeMillis();
|
|
|
82
|
+ Integer salt = (int) (timestamp / 100000);
|
|
|
83
|
+ thirdPartyGoods.setSalt(salt);
|
|
81
|
84
|
List<ThirdPartyGoods> thirdPartyGoodsList=thirdPartyGoodsDao.queryAllByLimit(thirdPartyGoods);
|
|
82
|
85
|
List<Object> list=new ArrayList<Object>();
|
|
83
|
86
|
for (int i = 0; i < thirdPartyGoodsList.size(); i++) {
|