Commit 68cbf385 by zhiwj

Merge branch 'developer' of http://115.159.76.241/base_platform_enterprise/gic-store into developer

parents 9d59a0f0 0475d3b8
......@@ -124,7 +124,7 @@ public class StoreApiServiceImpl implements StoreApiService {
BUSINESS_TIME_MAP.put("4", "周四");
BUSINESS_TIME_MAP.put("5", "周五");
BUSINESS_TIME_MAP.put("6", "周六");
BUSINESS_TIME_MAP.put("7", "周");
BUSINESS_TIME_MAP.put("7", "周");
}
@Autowired
......@@ -303,6 +303,7 @@ public class StoreApiServiceImpl implements StoreApiService {
saveOrUpdate(store);
}
}
return ServiceResponse.success();
}
}
return EnterpriseServiceResponse.failure(ErrorCode.UNKNOWN_ERROR.getCode(), "商户没有门店license");
......
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