单位问题
This commit is contained in:
@@ -224,7 +224,7 @@ public class ShopSyncServiceImpl implements ShopSyncService {
|
|||||||
unit.setName(tbShopUnit.getName());
|
unit.setName(tbShopUnit.getName());
|
||||||
unit.setStatus(tbShopUnit.getStatus());
|
unit.setStatus(tbShopUnit.getStatus());
|
||||||
unitService.updateById(unit, false);
|
unitService.updateById(unit, false);
|
||||||
unitMap.put(tbShopUnit.getSyncId(), tbShopUnit.getId());
|
unitMap.put(unit.getSyncId(), unit.getId());
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
buildNotice(mainMapList, "单位同步", pointShopUnits.size(), null, null);
|
buildNotice(mainMapList, "单位同步", pointShopUnits.size(), null, null);
|
||||||
|
|||||||
Reference in New Issue
Block a user