浏览代码

紫金报价修改

wks 2 年之前
父节点
当前提交
1a4530528a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/mapper/modules/order/InsOrdersMapper.xml

+ 1 - 1
src/main/resources/mapper/modules/order/InsOrdersMapper.xml

@@ -233,7 +233,7 @@
             <if test="orderQueryVo.frameNo != null and orderQueryVo.frameNo != ''">
                 and io.frameno = #{orderQueryVo.frameNo}
             </if>
-            <if test="orderQueryVo.insuredName != null and orderQueryVo.insuredName != ''">
+            <if test="orderQueryVo.licenseNo != null and orderQueryVo.licenseNo != ''">
                 and io.licenseno = #{orderQueryVo.licenseNo}
             </if>
             <if test="orderQueryVo.insuredName != null and orderQueryVo.insuredName != ''">