Commit f343c996 by guojuxing

门店标签

parent a635803c
......@@ -35,6 +35,7 @@ public class StoreTagController {
@RequestMapping("/save-store-tag")
public RestResponse save(StoreTagDTO dto) {
dto.setEnterpriseId(UserDetailUtils.getUserDetail().getEnterpriseId());
return OperationResultUtils.operationResult(storeTagApiService.save(dto), OperationResultUtils.LOG_NEW + "门店标签",
dto.getStoreTagName());
}
......
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