...
|
...
|
@@ -73,7 +73,7 @@ |
|
|
<update id="updateInvestNameByUid">
|
|
|
update zhima_cert
|
|
|
set invest_name = #{investName,jdbcType=VARCHAR}
|
|
|
where status = 1 and uid = #{uid,jdbcType=INTEGER}
|
|
|
where valid_status = 1 and uid = #{uid,jdbcType=INTEGER}
|
|
|
</update>
|
|
|
|
|
|
|
...
|
...
|
|