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>