Переглянути джерело

20211216后端日志更新代码_1

mashengyi 3 роки тому
батько
коміт
58bffb2937

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

@@ -234,7 +234,7 @@
        select
        <include refid="baseSql" />
        from t_waybill_no
-       where  customerName = BINARY #{customerName,jdbcType=VARCHAR}
+       where  customerName = BINARY #{customerName,jdbcType=VARCHAR} and billwayStatus =2
    </select>
 
    <update id="upDateCompany" parameterType="com.jkcredit.invoice.model.vo.CompanyVo">