Commit 5b520303 by guojuxing

去掉测试商户ID常量

parent 5310f2b6
......@@ -182,7 +182,7 @@ public class StoreFieldController {
@RequestMapping("/remove-store-field-batch")
public RestResponse removeStoreFieldBatch(boolean isDeleteAll, String storeFieldIds) {
if (isDeleteAll) {
ServiceResponse result = storeFieldApiService.deleteAll(StoreGroupConstant.TEST_ENTERPRISE_ID);
ServiceResponse result = storeFieldApiService.deleteAll(UserDetailUtils.getUserDetail().getEnterpriseId());
if (result.isSuccess()) {
return RestResponse.success(result.getResult());
} else {
......
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