XiaoRuby
2023-08-17 66ff6f509bbbba04cffc428e7e1c886b534b4f13
inventory-server/src/main/resources/mapper/RepertoryMapper.xml
@@ -6,9 +6,9 @@
        name,
        specifications,
        quality_traceability,
        check_result,
        user_name,
        DATE_FORMAT(create_time, '%Y-%m-%d') '入库日期',
        check_result,
        note
        from mom_ocean.repertory
        <where>
@@ -24,9 +24,6 @@
            </if>
            <if test="type!=null ">
                and type=#{type}
            </if>
            <if test="result!=null ">
                and check_result=#{result}
            </if>
            order by id desc
        </where>