use config pwd

This commit is contained in:
sxu 2024-09-10 09:35:13 +08:00
parent 9f805860fa
commit 1b3f2116a1
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<insert id="typeHisPriceAdd" parameterType="com.bonus.sgzb.base.domain.MaTypeHisPrice"> <insert id="typeHisPriceAdd" parameterType="com.bonus.sgzb.base.domain.MaTypeHisPrice">
insert into ma_type_his_price ( insert into ma_type_his_price (
<if test="leasePrice != null and leasePrice != '' ">lease_price,</if> <if test="leasePrice != null and leasePrice != '' ">lease_price,</if>
<if test="time != null and time != '' ">time,</if> <if test="time != null">time,</if>
<if test="status != null and status != '' ">status,</if> <if test="status != null and status != '' ">status,</if>
<if test="companyId != null and companyId != ''">company_id</if> <if test="companyId != null and companyId != ''">company_id</if>
)values( )values(