Commit 0dd46a5a by 王军业

【修改合同日期格式】

1 parent 2ba6ea5d
......@@ -207,7 +207,7 @@
,guarantee_period=#{guarantee_period}
</if>
<if test="sign_date != null and sign_date != ''">
,sign_date=#{sign_date}
,sign_date=#{sign_date,typeHandler=com.vion.financial.handler.MilliDateTypeHandler}
</if>
<if test="product_line_type != null and product_line_type != ''">
,product_line_type=#{product_line_type}
......@@ -255,10 +255,10 @@
,amount_state_unid=#{amount_state_unid}
</if>
<if test="start_guarantee_date != null ">
,start_guarantee_date=#{start_guarantee_date}
,start_guarantee_date=#{start_guarantee_date,typeHandler=com.vion.financial.handler.MilliDateTypeHandler}
</if>
<if test="end_guarantee_date != null ">
,end_guarantee_date=#{end_guarantee_date}
,end_guarantee_date=#{end_guarantee_date,typeHandler=com.vion.financial.handler.MilliDateTypeHandler}
</if>
<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!