update 个人桩充电记录

This commit is contained in:
Guoqs
2024-07-06 16:23:04 +08:00
parent e3b7e9e512
commit 2c03f24b6e
6 changed files with 93 additions and 6 deletions

View File

@@ -1212,4 +1212,12 @@
</if>
</trim>
</insert>
<select id="selectByTransactionCode" resultMap="BaseResultMap">
select
<include refid="Base_Column_List" />
from personal_charging_record
where del_flag = '0'
and transaction_code = #{transactionCode,jdbcType=VARCHAR}
</select>
</mapper>