anderx пре 1 година
родитељ
комит
3a757df6e0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/main/java/com/goafanti/common/mapper/TOrderNewMapper.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/TOrderNewMapper.xml

@@ -2248,7 +2248,7 @@ left join department d on o.order_dep = d.id   left join t_order_mid a on o.orde
         and a.create_time BETWEEN #{startTime} and #{endTime}
         and a.create_time BETWEEN #{startTime} and #{endTime}
       </if>
       </if>
       group by order_no )d on a.order_no=d.order_no
       group by order_no )d on a.order_no=d.order_no
-      where a.process_status &lt; 0
+      where a.process_status &gt; 0
         and a.order_no in (select a.order_no from expense_account a where a.target_type = 1
         and a.order_no in (select a.order_no from expense_account a where a.target_type = 1
                 <if test="startTime !=null and endTime != null">
                 <if test="startTime !=null and endTime != null">
                   and a.create_time BETWEEN #{startTime} and #{endTime}
                   and a.create_time BETWEEN #{startTime} and #{endTime}