增加修改站台ip功能
This commit is contained in:
parent
9bcb2b103e
commit
18e6a5799c
|
|
@ -127,6 +127,7 @@ public class StandController {
|
|||
.set(request.getAllowNoPlan() != null, Stand::getAllowNoPlan, request.getAllowNoPlan())
|
||||
.set(request.getAllowMwl() != null, Stand::getAllowMwl, request.getAllowMwl())
|
||||
.set(request.getAllowMg() != null, Stand::getAllowMg, request.getAllowMg())
|
||||
.set(StringUtils.isNotEmpty(request.getStandIp()), Stand::getStandIp, request.getStandIp())
|
||||
.eq(Stand::getStandId, request.getStandId());
|
||||
if (standService.update(lambdaUpdateWrapper)) {
|
||||
logger.info("更新站台信息成功。");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user