Explorar el Código

续费表时间修改

wangyu hace 6 años
padre
commit
d84f1fe41c

+ 1 - 0
diagbotman-service/src/main/resources/mapper/UserRenewalsMapper.xml

@@ -55,6 +55,7 @@
 	  <if test="gmtModified != null">a.gmt_modified = #{gmtModified} ,</if>
 	  <if test="modifier != null">a.modifier = #{modifier},</if> 
 	  <if test="renewalsStatus != null">a.renewals_status = #{renewalsStatus} </if>
+      <if test="endTime != null">a.end_time = #{endTime}</if>
 	  </trim>
 	  WHERE a.renewals_no = #{renewalsNo}
 </update>