@@ -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">
@@ -225,8 +225,7 @@
<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}
@@ -137,8 +137,7 @@
from t_SellCarTrade
- where cardId = BINARY #{cardId,jdbcType=VARCHAR} and status = #{status,jdbcType=VARCHAR} and interType != 3
+ where cardId = BINARY #{cardId,jdbcType=VARCHAR} and status = #{status,jdbcType=VARCHAR}
<update id="upDateCompany" parameterType="com.jkcredit.invoice.model.vo.CompanyVo">