Commit b61a1803 by xiongjiangtao

用户推荐时间更新

parent 18627ab7
......@@ -96,7 +96,7 @@ public class ClerkMaterialShareController {
* @param recommendShareLogQO
* @return
*/
@RequestMapping(path = "/clerk/share/recomend/log", method = RequestMethod.POST)
@RequestMapping(path = "/clerk/share/recommend/log", method = RequestMethod.POST)
public RestResponse<Void> clerkShareRecommendLog(@RequestBody RecommendShareLogQO recommendShareLogQO) {
if (CollectionUtils.isEmpty(recommendShareLogQO.getGoodsIdList())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment