XiaoRuby
2023-09-24 20956b0f05f81ca47cf6c3e8f9b3b426e9cfd035
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>