|
@@ -239,9 +239,6 @@ public class KuaishouItemListServiceImpl implements IKuaishouItemListService {
|
|
if (targetOwnershipId.equals("yuxiu")) {
|
|
if (targetOwnershipId.equals("yuxiu")) {
|
|
kuaishouItemListMapper.insertYuXiuItem(kuaishouItemList);
|
|
kuaishouItemListMapper.insertYuXiuItem(kuaishouItemList);
|
|
}
|
|
}
|
|
- if (targetOwnershipId.equals("yuxiu")) {
|
|
|
|
- kuaishouItemListMapper.insertYuxiuItem(kuaishouItemList);
|
|
|
|
- }
|
|
|
|
JSONObject mongoVo = new JSONObject();
|
|
JSONObject mongoVo = new JSONObject();
|
|
mongoVo.put("_id", kuaishouItemList.getItemId());
|
|
mongoVo.put("_id", kuaishouItemList.getItemId());
|
|
mongoVo.put("ownership", targetOwnershipId);
|
|
mongoVo.put("ownership", targetOwnershipId);
|