This commit is contained in:
Lemon
2024-07-09 14:14:17 +08:00
13 changed files with 150 additions and 39 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>