Commit 2ba6ea5d by 熊付

【date转换问题】

1 parent 82bbb16e
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
,#{guarantee_period} ,#{guarantee_period}
</if> </if>
<if test="sign_date != null "> <if test="sign_date != null ">
,{sign_date} ,{sign_date,typeHandler=com.vion.financial.handler.MilliDateTypeHandler}
</if> </if>
<if test="product_line_type != null and product_line_type != ''"> <if test="product_line_type != null and product_line_type != ''">
,#{product_line_type} ,#{product_line_type}
...@@ -154,10 +154,10 @@ ...@@ -154,10 +154,10 @@
,#{amount_state_unid} ,#{amount_state_unid}
</if> </if>
<if test="start_guarantee_date != null "> <if test="start_guarantee_date != null ">
,#{start_guarantee_date} ,#{start_guarantee_date,typeHandler=com.vion.financial.handler.MilliDateTypeHandler}
</if> </if>
<if test="end_guarantee_date != null "> <if test="end_guarantee_date != null ">
,#{end_guarantee_date} ,#{end_guarantee_date,typeHandler=com.vion.financial.handler.MilliDateTypeHandler}
</if> </if>
<if test="mainten_start_point != null and mainten_start_point != ''"> <if test="mainten_start_point != null and mainten_start_point != ''">
,#{mainten_start_point} ,#{mainten_start_point}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!