自动化立体仓库 - WMS系统
Administrator
昨天 3d3fc58d20b03ad3a5bd6a40975608c8c8bf9e4c
src/main/resources/mapper/LocDetlMapper.xml
@@ -148,7 +148,7 @@
        <if test="anfme!=null and anfme!='' ">
            and a.anfme like concat('%' , #{anfme} , '%')
        </if>
        <if test="startTime!=null and endTime!=null">
        <if test="startTime!=null and endTime!=null and endTime!=''">
            and a.modi_time between #{startTime} and #{endTime}
        </if>
        <if test="crnNo!=null and crnNo!='' ">