Commit 50fa1af7 by guojuxing

完善状态字段筛选添加

parent d03d200c
......@@ -224,7 +224,7 @@ public class WmStoreSyncController {
wmStoreSyncLogApiService.saveWmStoreSyncLog(Arrays.asList(headStoreId), wmMallStoreId, 1, enterpriseId);
//同步导购
List<Integer> storeIdList = new ArrayList<>();
if (!isBranch) {0
if (!isBranch) {
storeIdList.add(headStoreId);
}
storeIdList.addAll(getListByStr(storeIds));
......
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