格式调整
parent
6faf7fc994
commit
5de358d38e
|
@ -43,7 +43,6 @@ public interface DeviceMapper {
|
|||
")")
|
||||
int add(Device device);
|
||||
|
||||
|
||||
@Update(value = {" <script>" +
|
||||
"UPDATE device " +
|
||||
"SET deviceId='${deviceId}'" +
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
spring:
|
||||
profiles:
|
||||
active: local
|
||||
active: dev
|
Loading…
Reference in New Issue