Przeglądaj źródła

Merge branch 'qtz' of SH-Arbitrate/Arbitrate-Backend into dev

qtz 2 lat temu
rodzic
commit
17e58da34d

+ 5
- 2
ruoyi-system/src/main/resources/mapper/wisdomarbitrate/ArbitrateRecordMapper.xml Wyświetl plik

24
         <if test="caseSketch != null and caseSketch != ''">case_sketch,</if>
24
         <if test="caseSketch != null and caseSketch != ''">case_sketch,</if>
25
         <if test="rulingFollows != null and rulingFollows != ''">ruling_follows,</if>
25
         <if test="rulingFollows != null and rulingFollows != ''">ruling_follows,</if>
26
         <if test="verificaOpinion != null and verificaOpinion != ''">verifica_opinion,</if>
26
         <if test="verificaOpinion != null and verificaOpinion != ''">verifica_opinion,</if>
27
+        <if test="arbitrateThink != null and arbitrateThink != ''">arbitrate_think,</if>
28
+
27
         <if test="checkOpinion != null and checkOpinion != ''">check_opinion,</if>
29
         <if test="checkOpinion != null and checkOpinion != ''">check_opinion,</if>
28
         <if test="createBy != null  and createBy != ''">create_by,</if>
30
         <if test="createBy != null  and createBy != ''">create_by,</if>
29
         create_time
31
         create_time
33
         <if test="factDetermi != null and factDetermi != ''">#{factDetermi},</if>
35
         <if test="factDetermi != null and factDetermi != ''">#{factDetermi},</if>
34
         <if test="caseSketch != null and caseSketch != ''">#{caseSketch},</if>
36
         <if test="caseSketch != null and caseSketch != ''">#{caseSketch},</if>
35
         <if test="rulingFollows != null and rulingFollows != ''">#{rulingFollows},</if>
37
         <if test="rulingFollows != null and rulingFollows != ''">#{rulingFollows},</if>
36
-        <if test="verificaOpinion != null and verificaOpinion != ''">#{verifica_opinion},</if>
37
-        <if test="checkOpinion != null and checkOpinion != ''">#{check_opinion},</if>
38
+        <if test="verificaOpinion != null and verificaOpinion != ''">#{verificaOpinion},</if>
39
+        <if test="arbitrateThink != null and arbitrateThink != ''">#{arbitrateThink},</if>
40
+        <if test="checkOpinion != null and checkOpinion != ''">#{checkOpinion},</if>
38
         <if test="createBy != null  and createBy != ''">#{createBy},</if>
41
         <if test="createBy != null  and createBy != ''">#{createBy},</if>
39
         sysdate()
42
         sysdate()
40
         )
43
         )