use config pwd
This commit is contained in:
parent
9f805860fa
commit
1b3f2116a1
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue