fix
This commit is contained in:
@@ -127,6 +127,9 @@
|
||||
<if test="param.partnerNum != null">
|
||||
partner_num,
|
||||
</if>
|
||||
<if test="param.franchiseBrand != null">
|
||||
franchise_brand,
|
||||
</if>
|
||||
</trim>
|
||||
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
||||
<if test="param.id != null and param.id != ''">
|
||||
@@ -219,6 +222,9 @@
|
||||
<if test="param.partnerNum != null">
|
||||
#{param.partnerNum},
|
||||
</if>
|
||||
<if test="param.franchiseBrand != null">
|
||||
#{param.franchiseBrand},
|
||||
</if>
|
||||
</trim>
|
||||
ON DUPLICATE KEY UPDATE
|
||||
<trim suffixOverrides=",">
|
||||
@@ -309,6 +315,9 @@
|
||||
<if test="param.partnerNum != null">
|
||||
partner_num = #{param.partnerNum}
|
||||
</if>
|
||||
<if test="param.franchiseBrand != null">
|
||||
partner_num = #{param.franchiseBrand}
|
||||
</if>
|
||||
</trim>
|
||||
</insert>
|
||||
<update id="toExperiencing">
|
||||
|
||||
Reference in New Issue
Block a user