You need to sign in or sign up before continuing.
Commit 884bb044 by guojuxing

Merge remote-tracking branch 'origin/developer' into developer

parents e4ffebf8 cbe464aa
......@@ -355,7 +355,7 @@ public class StoreApiServiceImpl implements StoreApiService {
* @return
*/
private String getGroup(StoreDTO storeDTO) {
if (storeDTO.getIsEditStoreGroup() == 1 || Integer.valueOf(0).equals(storeStrategyApiService.getStoreGroupStrategyWeight(storeDTO.getEnterpriseId()).getResult())) {
if (storeDTO.getIsEditStoreGroup() == 1 && Integer.valueOf(1).equals(storeStrategyApiService.getStoreGroupStrategyWeight(storeDTO.getEnterpriseId()).getResult())) {
// 不启用分组策略
if (storeDTO.getStoreGroupId() == null) {
// 取 未分类 分组
......
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