Commit 82bbb16e by 王军业

【合同】

1 parent 2a061195
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
<if test="guarantee_period != null and guarantee_period != ''"> <if test="guarantee_period != null and guarantee_period != ''">
,#{guarantee_period} ,#{guarantee_period}
</if> </if>
<if test="sign_date != null and sign_date != ''"> <if test="sign_date != null ">
,{sign_date} ,{sign_date}
</if> </if>
<if test="product_line_type != null and product_line_type != ''"> <if test="product_line_type != null and product_line_type != ''">
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!