Merge pull request '修复test_tracking错误' (#903) from zengweizhang/microservices:master into dev_testCase_export
This commit is contained in:
commit
1f55b9878e
|
@ -35,4 +35,6 @@ public class PmsProjectTestcaseVo {
|
||||||
private String terminationConditions;
|
private String terminationConditions;
|
||||||
|
|
||||||
private String identifier;
|
private String identifier;
|
||||||
|
|
||||||
|
private String testTracking;
|
||||||
}
|
}
|
||||||
|
|
|
@ -322,6 +322,7 @@
|
||||||
<result property="testMethod" column="test_Method"/>
|
<result property="testMethod" column="test_Method"/>
|
||||||
<result property="terminationConditions" column="termination_conditions"/>
|
<result property="terminationConditions" column="termination_conditions"/>
|
||||||
<result property="identifier" column="identifier"/>
|
<result property="identifier" column="identifier"/>
|
||||||
|
<result property="testTracking" column="test_tracking"/>
|
||||||
</resultMap>
|
</resultMap>
|
||||||
<select id="getTestcase" resultMap="PmsProjectTestcaseVo">
|
<select id="getTestcase" resultMap="PmsProjectTestcaseVo">
|
||||||
SELECT * FROM pms_project_testcase WHERE pms_project_id = #{project_id}
|
SELECT * FROM pms_project_testcase WHERE pms_project_id = #{project_id}
|
||||||
|
|
Loading…
Reference in New Issue