소스 검색

20211216后端日志更新代码_1

mashengyi 3 년 전
부모
커밋
58bffb2937
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/waybill/NoCarWaybillMapper.xml

+ 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">