Commit b403ff3e authored by gaoyingwei's avatar gaoyingwei

修改 方舱导入

parent 6370045b
...@@ -241,7 +241,7 @@ public class FcryServiceImpl implements IFcryService ...@@ -241,7 +241,7 @@ public class FcryServiceImpl implements IFcryService
} }
if (!updateList.isEmpty()) { if (!updateList.isEmpty()) {
for (Fcry fcry : updateList) { for (Fcry fcry : updateList) {
fcry.setCreateBy(DataUtils.getValue(fcry.getArea(), fcry.getStreet(), fcry.getCommittee())); fcry.setCreateBy(String.valueOf(SecurityUtils.getUserId()));
fcry.setUpdateTime(DateUtils.getNowDate()); fcry.setUpdateTime(DateUtils.getNowDate());
} }
fcryMapper.updateBatchFcry(updateList); fcryMapper.updateBatchFcry(updateList);
......
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