inspect-server/src/main/resources/mapper/InsSampleMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
inspect-server/src/main/resources/mapper/InsSampleMapper.xml
@@ -191,7 +191,7 @@ LEFT JOIN user ON isu.user_id = user.id WHERE io.state = 1 # AND io.ins_state != 5 -- # AND io.ins_state != 5 and send_time is not null <if test="userId !=null and userId!=''"> and (isu.user_id = #{userId} OR isu.user_id is NULL ) @@ -212,7 +212,7 @@ isu2.ins_sample_id = a.id where ins_state is not null <if test="laboratory != null and laboratory != ''"> and laboratory=#{laboratory} and a.laboratory=#{laboratory} </if> ORDER BY <!--a.user_id DESC,-->