|
@@ -248,7 +248,7 @@ public class KuaishouItemCollectSamplesController extends BaseController {
|
|
|
kuaishouItemCollectSamplesService.insertLog(sampleLog);
|
|
|
Long itemId = kuaishouItemCollectSamplesService.getItemIdById(id);
|
|
|
if (!Check.isNull(itemId)) {
|
|
|
- JSONObject info = kuaishouItemCollectSamplesService.getCollectSampleInfo(kuaishouItemCollectSamples.getItemId());
|
|
|
+ JSONObject info = kuaishouItemCollectSamplesService.getCollectSampleInfo(itemId);
|
|
|
itemListService.updateCount(itemId, info.getInteger("sampleCount"), info.getInteger("userCount"));
|
|
|
}
|
|
|
}
|