|
|
|
@@ -126,6 +126,9 @@ |
|
|
|
`b_user_id` = #{bUserId}, |
|
|
|
`update_date` = #{updateDate}, |
|
|
|
`verify_type` = #{verifyType} |
|
|
|
<if test=" null != verifyRemark"> |
|
|
|
,`verify_remark` = #{verifyRemark} |
|
|
|
</if> |
|
|
|
where id=#{id} and `b_user_id` is null |
|
|
|
<if test=" null != tenantId and '' != tenantId"> |
|
|
|
and `tenant_id` = #{tenantId} |
|
|
|
@@ -141,6 +144,9 @@ |
|
|
|
`b_user_id` = #{bUserId}, |
|
|
|
`update_date` = #{updateDate}, |
|
|
|
`verify_type` = #{verifyType} |
|
|
|
<if test=" null != verifyRemark"> |
|
|
|
,`verify_remark` = #{verifyRemark} |
|
|
|
</if> |
|
|
|
where id=#{id} |
|
|
|
<if test=" null != tenantId and '' != tenantId"> |
|
|
|
and `tenant_id` = #{tenantId} |
|
|
|
@@ -162,6 +168,9 @@ |
|
|
|
`b_user_id` = #{bUserId}, |
|
|
|
`update_date` = #{updateDate}, |
|
|
|
`verify_type` = #{verifyType} |
|
|
|
<if test=" null != verifyRemark"> |
|
|
|
,`verify_remark` = #{verifyRemark} |
|
|
|
</if> |
|
|
|
where 1=1 |
|
|
|
<if test=" null != tenantId and '' != tenantId"> |
|
|
|
and `tenant_id` = #{tenantId} |
|
|
|
|