demand: TMS系统 - 运输管理 - 货物组批次 - 按照 成本 已录入 未录入 无法查询到未录入的数据 显示 无数据

committer: heyu
This commit is contained in:
aike 2025-07-07 11:04:59 +08:00
parent 585c15a803
commit 34d5e9a7c4

View File

@ -190,7 +190,8 @@
<if test="updateTime != null "> and update_time = #{updateTime}</if>
<if test="createSite != null and createSite != ''"> and create_site=#{createSite}</if>
<if test="updateSite != null and updateSite != ''"> and update_site=#{updateSite}</if>
<if test="blEntering != null and blEntering != ''"> and bl_entering=#{blEntering}</if>
<if test="blEntering==1"> and bl_entering=#{blEntering}</if>
<if test="blEntering==-1"> and bl_entering='0'</if>
<if test="searchValue != null and searchValue != '' ">
and ( batch_no like concat('%', #{searchValue},'%') or batch_name like concat('%', #{searchValue},'%') or car_no like concat('%', #{searchValue},'%') )
@ -265,7 +266,8 @@
<if test="updateTime != null "> and update_time = #{updateTime}</if>
<if test="createSite != null and createSite != ''"> and create_site=#{createSite}</if>
<if test="updateSite != null and updateSite != ''"> and update_site=#{updateSite}</if>
<if test="blEntering != null and blEntering != ''"> and bl_entering=#{blEntering}</if>
<if test="blEntering==1"> and bl_entering=#{blEntering}</if>
<if test="blEntering==-1"> and bl_entering='0'</if>
<if test="searchValue != null and searchValue != '' ">
and ( batch_no like concat('%', #{searchValue},'%') or batch_name like concat('%', #{searchValue},'%') or car_no like concat('%', #{searchValue},'%') )