inspect-server/src/main/resources/mapper/InspectUnacceptedMapper.xml
@@ -24,9 +24,6 @@ <if test="formTime!=null and formTime!=''"> and form_time=#{formTime} </if> <if test="type!=null and type!=''"> and ru.type=#{type} </if> and ru.state=1 </where> order by ru.id desc @@ -56,9 +53,6 @@ </if> <if test="formTime!=null and formTime!=''"> and fi.create_time=#{formTime} </if> <if test="type!=null and type!=''"> and ru.type=#{type} </if> and ru.state=1 order by ru.id desc