Commit 79c714e7 by 陶光胜

门店品牌变更

parent 5a519230
......@@ -311,7 +311,7 @@ public class ClerkController extends DownloadUtils {
@RequestMapping("/update-clerk-status")
public RestResponse updateClerkStatus(String clerkIds, Integer status) {
Integer enterpriseId = UserDetailUtils.getUserDetail().getEnterpriseId();
ServiceResponse serviceResponse = clerkApiService.updateClerkStatus(enterpriseId, clerkIds, status);
ServiceResponse serviceResponse = clerkApiService.updateClerkStatus(enterpriseId, clerkIds, status, UserDetailUtils.getUserDetail().getUserId());
if (serviceResponse.isSuccess()) {
if (!StringUtils.equals(com.gic.store.constant.Constants.ALL, clerkIds)) {
......
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