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