##
mrzhssss
2022-09-12 f43258c4e2394cb6182db9c94f5c5a6d033fd5d4
src/main/resources/mapper/ItemMapper.xml
@@ -82,7 +82,7 @@
        </if>
    </select>
    <select id="inspected" resultMap="BaseResultMap">
        select * from man_item where realLADate is not null
        select * from man_item where real_end_time is not null
    </select>
    <select id="finished" resultMap="BaseResultMap">
        select * from man_item where realLADate is null and realinDate is not null