fix(测试用例): 开启自定义ID未赋值历史数据
This commit is contained in:
parent
caec40d1ff
commit
fefd850699
|
@ -72,7 +72,7 @@
|
||||||
</if>
|
</if>
|
||||||
</sql>
|
</sql>
|
||||||
<update id="updateTestCaseCustomNumByProjectId">
|
<update id="updateTestCaseCustomNumByProjectId">
|
||||||
update test_case set custom_num = num where custom_num is null and project_id = #{projectId}
|
update test_case set custom_num = num where (custom_num is null or custom_num = '') and project_id = #{projectId}
|
||||||
</update>
|
</update>
|
||||||
|
|
||||||
<select id="getTestCaseByNotInReview" resultType="io.metersphere.base.domain.TestCase">
|
<select id="getTestCaseByNotInReview" resultType="io.metersphere.base.domain.TestCase">
|
||||||
|
|
Loading…
Reference in New Issue