Commit b952ab37 authored by 赵啸非's avatar 赵啸非

设备添加产品编码字段,并添加同步更新产品编码字段

parent 3c350e60
......@@ -98,7 +98,7 @@ public class TestSendMsgController {
List<DeviceEntity> updateList = deviceService.find(new DeviceQuery()).stream().map(device -> {
Boolean bool = false;
if ("周".equals(device.getLeadingOfficial())) {
if ("周".equals(device.getLeadingOfficial())) {
device.setLeadingOfficial("文浩辰");
bool = true;
}
......
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