Commit 9480ec508cbb94bb3ecae2055937d29ec7e9c57e

Authored by 房远帅
2 parents 916887ed ab9dc362

Merge branch 'master_after20' into master_cj_zq

@@ -191,6 +191,10 @@ @@ -191,6 +191,10 @@
191 <if test="vo.orderingUnitName != null and vo.orderingUnitName != ''"> 191 <if test="vo.orderingUnitName != null and vo.orderingUnitName != ''">
192 AND cu.name LIKE CONCAT('%', #{vo.orderingUnitName},'%') 192 AND cu.name LIKE CONCAT('%', #{vo.orderingUnitName},'%')
193 </if> 193 </if>
  194 + <if test="vo.searchKey != null and vo.searchKey != ''">
  195 + AND (cu.name LIKE CONCAT('%', #{vo.searchKey},'%')
  196 + or tb.order_no LIKE CONCAT('%', #{vo.searchKey},'%'))
  197 + </if>
194 <if test="vo.orderDateStart != null"> 198 <if test="vo.orderDateStart != null">
195 AND tb.order_date >= #{vo.orderDateStart} 199 AND tb.order_date >= #{vo.orderDateStart}
196 </if> 200 </if>