Selaa lähdekoodia

* 代码优化

顾绍勇 5 vuotta sitten
vanhempi
commit
8945fb8940
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0
    1
      src/main/resources/mapper/TaRaiseRecordMapper.xml

+ 0
- 1
src/main/resources/mapper/TaRaiseRecordMapper.xml Näytä tiedosto

17
         WHERE
17
         WHERE
18
             t.org_id = #{bo.orgId}
18
             t.org_id = #{bo.orgId}
19
             AND t.`status` != - 1
19
             AND t.`status` != - 1
20
-            AND t4.`status` != - 1
21
         <if test="bo.salesBatchId != null and bo.salesBatchId != ''">
20
         <if test="bo.salesBatchId != null and bo.salesBatchId != ''">
22
             AND t.sales_batch_id = #{bo.salesBatchId}
21
             AND t.sales_batch_id = #{bo.salesBatchId}
23
         </if>
22
         </if>