Преглед на файлове

营销管理员新增限制,版本切1.2.78

anderx преди 2 години
родител
ревизия
8321149e72
променени са 1 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. 6 0
      src/main/java/com/goafanti/common/mapper/TOrderInvoiceMapper.xml

+ 6 - 0
src/main/java/com/goafanti/common/mapper/TOrderInvoiceMapper.xml

@@ -383,6 +383,9 @@
 	<if test="type !=null">
 	and a.`type`= #{type,jdbcType=INTEGER}
 	</if>
+    <if test="type == 1">
+      and a.status=1
+    </if>
 
 	<if test="orderNo !=null">
 	and a.order_no = #{orderNo,jdbcType=VARCHAR}
@@ -430,6 +433,9 @@
 	<if test="type !=null">
 	and a.`type`= #{type,jdbcType=INTEGER}
 	</if>
+    <if test="type == 1">
+      and a.status=1
+    </if>
 	<if test="orderNo !=null">
 	and a.order_no = #{orderNo,jdbcType=VARCHAR}
 	</if>