Forráskód Böngészése

20211215后端日志更新代码_1

mashengyi 3 éve
szülő
commit
056aaac8ad

+ 1 - 2
src/main/resources/mapper/customer/CustomerCarRecMapper.xml

@@ -23,8 +23,7 @@
     <select id="selectAllBindEtcNoGetInvoice" resultMap="BaseResultMap">
         select
         <include refid="Base_Column_List" />
-        from  t_customer_carRec where rec_status=1 and bussiness_type=0 and inter_type != 3
-      <!--TODO 临时方案处理存量数据-->
+        from  t_customer_carRec where rec_status=1 and bussiness_type=0
     </select>
   <select id="selectAllByPage" resultMap="BaseResultMap">
     select

+ 1 - 2
src/main/resources/mapper/waybill/NoCarWaybillMapper.xml

@@ -225,8 +225,7 @@
         select
         <include refid="baseSql" />
         from t_waybill_no
-        where hisFlag = #{hisFlag,jdbcType=INTEGER} and billwayStatus = #{billwayStatus,jdbcType=INTEGER} and interType != 3
-        <!--TODO 临时操作,不处理存量运单开票-->
+        where hisFlag = #{hisFlag,jdbcType=INTEGER} and billwayStatus = #{billwayStatus,jdbcType=INTEGER}
    </select>
 
 

+ 1 - 2
src/main/resources/mapper/waybill/SellCarTradeMapper.xml

@@ -137,8 +137,7 @@
         select
         <include refid="baseSql" />
         from t_SellCarTrade
-        where  cardId = BINARY #{cardId,jdbcType=VARCHAR} and  status = #{status,jdbcType=VARCHAR} and interType != 3
-        <!--TODO 临时方案处理存量数据-->
+        where  cardId = BINARY #{cardId,jdbcType=VARCHAR} and  status = #{status,jdbcType=VARCHAR}
     </select>
 
     <update id="upDateCompany" parameterType="com.jkcredit.invoice.model.vo.CompanyVo">