| | |
| | | reportPageDto.setQueryStatus(null); |
| | | |
| | | map.put("body", insReportMapper.pageInsReport(page, |
| | | QueryWrappers.queryWrappers(reportPageDto).orderByDesc("code"), |
| | | QueryWrappers.queryWrappers(reportPageDto), |
| | | laboratory, |
| | | SecurityUtils.getUserId().intValue(), |
| | | queryStatus, |
| | |
| | | <if test="ew.customSqlSegment != null and ew.customSqlSegment != ''"> |
| | | ${ew.customSqlSegment} |
| | | </if> |
| | | ORDER BY a.create_time DESC |
| | | ORDER BY a.code DESC |
| | | </select> |
| | | <select id="getLaboratoryByName" resultType="java.lang.String"> |
| | | select s.address from seal s |