|
|
|
@ -56,16 +56,16 @@
|
|
|
|
|
left JOIN basic_udi_product p on bur.uuid = p.uuid
|
|
|
|
|
left join user_company uc on bur.companyIdFk = uc.id
|
|
|
|
|
<where>
|
|
|
|
|
<if test="companyIdFk != '' and companyIdFk != null">
|
|
|
|
|
AND companyIdFk=#{companyIdFk}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="ylqxzcrbarmc != '' and ylqxzcrbarmc != null">
|
|
|
|
|
AND ylqxzcrbarmc LIKE concat('%', #{ylqxzcrbarmc}, '%')
|
|
|
|
|
</if>
|
|
|
|
|
<if test="cpmctymc != '' and cpmctymc != null">
|
|
|
|
|
AND cpmctymc LIKE concat('%', #{cpmctymc}, '%')
|
|
|
|
|
</if>
|
|
|
|
|
<!-- <if test="unionCode != '' and unionCode != null">-->
|
|
|
|
|
<!---- AND nameCode LIKE concat(#{unionCode}, '%')-->
|
|
|
|
|
<!-- AND nameCode=#{unionCode}-->
|
|
|
|
|
<!-- </if>-->
|
|
|
|
|
|
|
|
|
|
<if test="companyIdFk != '' and companyIdFk != null">
|
|
|
|
|
AND bur.companyIdFk = #{companyIdFk}
|
|
|
|
|
</if>
|
|
|
|
|