فهرست منبع

LY 预约票 bugfix

ly 2 سال پیش
والد
کامیت
1d16639538
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      master/src/main/resources/mybatis/invoice/TInvoiceBookingworkticketMapper.xml

+ 2 - 1
master/src/main/resources/mybatis/invoice/TInvoiceBookingworkticketMapper.xml

@@ -173,7 +173,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
          left join sys_user su2 on d.user_mg = su2.user_id
         where d.id = #{id}
         and d.del_flag = 0
-         and   rownum = 1
+         and   r.status != -1
+        and rownum = 1
     </select>
 
  <!--   <select id="getWorkcontentList" resultType="TInvoiceWorkcontent" parameterType="int">