|
@@ -35,8 +35,9 @@ public class ShorelineManageInfoServiceImpl extends ServiceImpl<ShorelineManageI
|
|
return ReturnT.SUCCESS;
|
|
return ReturnT.SUCCESS;
|
|
} else {
|
|
} else {
|
|
shorelineManageInfos.forEach(i -> {
|
|
shorelineManageInfos.forEach(i -> {
|
|
- i.setLineStatus(2);
|
|
|
|
|
|
+ i.setLineStatus(4);
|
|
i.setUDate(new Date());
|
|
i.setUDate(new Date());
|
|
|
|
+ i.setUpdateUser("5043");
|
|
});
|
|
});
|
|
boolean updated = this.updateBatchById(shorelineManageInfos);
|
|
boolean updated = this.updateBatchById(shorelineManageInfos);
|
|
if (updated) {
|
|
if (updated) {
|