|
|
@@ -111,7 +111,7 @@ |
|
|
and c.`type` = #{type} |
|
|
and c.`type` = #{type} |
|
|
</if> |
|
|
</if> |
|
|
<if test=" null != userVersion "> |
|
|
<if test=" null != userVersion "> |
|
|
and vc.`user_version` = #{userVersion} |
|
|
|
|
|
|
|
|
and c.`user_version` = #{userVersion} |
|
|
</if> |
|
|
</if> |
|
|
<if test=" null != codeStatus "> |
|
|
<if test=" null != codeStatus "> |
|
|
and c.`code_status` = #{codeStatus} |
|
|
and c.`code_status` = #{codeStatus} |
|
|
|