|
|
|
@@ -70,6 +70,13 @@ |
|
|
|
<include refid="dynamicWhereConditions" /> |
|
|
|
</select> |
|
|
|
|
|
|
|
<update id="updateCodeCommitStatus" parameterType="com.iformall.domain.po.WxWeappCodeStatus" > |
|
|
|
update wx_weapp_code_status |
|
|
|
set `user_version` = #{userVersion}, `code_status` = #{codeStatus}, `code_err_code` = #{codeErrCode}, `code_time` = #{codeTime}, `update_time` = #{updateTime}, |
|
|
|
`audit_status` = null, `audit_err_code` = null, `audit_time` = null, `release_status` = null, `release_err_code` = null, `release_time` = null |
|
|
|
where `app_id` = #{appId} and `type` = #{type} |
|
|
|
</update> |
|
|
|
|
|
|
|
|
|
|
|
<resultMap id="VBaseResultMap" type="com.iformall.domain.vo.WxWeappCodeStatusVo"> |
|
|
|
<id column="id" jdbcType="BIGINT" property="id" /> |
|
|
|
|