mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 22:15:06 +08:00
Merge branch 'dev' of http://192.168.2.2:8099/jsowell/jsowell-charger-web into dev
This commit is contained in:
@@ -399,4 +399,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
</foreach>
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<select id="getMaxNumPileInfo" resultMap="PileBasicInfoResult">
|
||||
select
|
||||
max(id),
|
||||
sn
|
||||
from
|
||||
pile_basic_info
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user