王佳豪
2021-03-04 5842af2c8f3d00b0a5afbee4a1f4b1778ff1872d
src/main/resources/mapper/LocDetlMapper.xml
@@ -49,6 +49,9 @@
        <if test="startTime!=null and endTime!=null">
            and a.modi_time between #{startTime} and #{endTime}
        </if>
        <if test="supplier!=null and supplier!=null">
            and a.supplier like '%' + #{supplier} + '%'
        </if>
    </sql>
    <select id="getStockOutPage" resultMap="BaseResultMap">