|
@@ -123,6 +123,9 @@
|
|
<if test="param.cId != null and param.cId != ''">
|
|
<if test="param.cId != null and param.cId != ''">
|
|
and t_order.c_id = #{ param.cId }
|
|
and t_order.c_id = #{ param.cId }
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="param.cName != null and param.cName != ''">
|
|
|
|
+ and js.c_name like concat('%',#{cName},'%')
|
|
|
|
+ </if>
|
|
<if test="param.orderNo != null and param.orderNo != ''">
|
|
<if test="param.orderNo != null and param.orderNo != ''">
|
|
and t_order.order_no = #{ param.orderNo }
|
|
and t_order.order_no = #{ param.orderNo }
|
|
</if>
|
|
</if>
|