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