mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-11 10:49:52 +08:00
update 查询桩信息mapper方法
This commit is contained in:
@@ -65,7 +65,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<select id="selectPileBasicInfoBySn" resultMap="PileBasicInfoResult">
|
||||
select <include refid="Base_Column_List"/>
|
||||
from pile_basic_info
|
||||
where sn = #{pileSn,jdbcType=VARCHAR}
|
||||
where del_flag = '0'
|
||||
and sn = #{pileSn,jdbcType=VARCHAR}
|
||||
</select>
|
||||
|
||||
<insert id="insertPileBasicInfo" parameterType="com.jsowell.pile.domain.PileBasicInfo" useGeneratedKeys="true" keyProperty="id">
|
||||
|
||||
Reference in New Issue
Block a user