2026-03-27 9909b15c6d0435bee3b2a92115762f2c046d238f
src/main/resources/mapper/stock/StockInRecordMapper.xml
@@ -14,6 +14,7 @@
        LEFT JOIN product as p on pm.product_id = p.id
        LEFT JOIN sys_user as u on sir.create_user = u.user_id
        <where>
            pm.product_type = #{params.productType}
            <if test="params.timeStr != null and params.timeStr != ''">
                and sir.create_time like concat('%',#{params.timeStr},'%')
            </if>