修复test_tracking错误
This commit is contained in:
parent
2f06bf137d
commit
34867e4580
|
@ -35,4 +35,6 @@ public class PmsProjectTestcaseVo {
|
|||
private String terminationConditions;
|
||||
|
||||
private String identifier;
|
||||
|
||||
private String testTracking;
|
||||
}
|
||||
|
|
|
@ -322,6 +322,7 @@
|
|||
<result property="testMethod" column="test_Method"/>
|
||||
<result property="terminationConditions" column="termination_conditions"/>
|
||||
<result property="identifier" column="identifier"/>
|
||||
<result property="testTracking" column="test_tracking"/>
|
||||
</resultMap>
|
||||
<select id="getTestcase" resultMap="PmsProjectTestcaseVo">
|
||||
SELECT * FROM pms_project_testcase WHERE pms_project_id = #{project_id}
|
||||
|
|
Loading…
Reference in New Issue