18792927508 2 年 前
コミット
59497d26f7
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2
    2
      ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml

+ 2
- 2
ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml ファイルの表示

@@ -472,13 +472,13 @@
472 472
 
473 473
                                  <where>
474 474
                                      <if test="caseStatusList != null and caseStatusList.size() > 0">
475
-                                         and tt.case_status in
475
+                                         and tt2.case_status in
476 476
                                          <foreach item="caseStatus" collection="caseStatusList" open="(" separator="," close=")">
477 477
                                              #{caseStatus}
478 478
                                          </foreach>
479 479
                                      </if>
480 480
                                      <if test="caseStatus != null">
481
-                                         AND tt.case_status = #{caseStatus}
481
+                                         AND tt2.case_status = #{caseStatus}
482 482
                                      </if>
483 483
 
484 484
                                  </where>