| | |
| | | @ResponseBody |
| | | @GetMapping("/system/stat/sumHoleLog") |
| | | public AjaxResult sumHoleLog() { |
| | | AjaxResult ajaxResult = new AjaxResult(); |
| | | AjaxResult ajaxResult = AjaxResult.success(); |
| | | List<DrillDateVo> drillDateList = holeLogService.SUMHoleLog(); |
| | | ajaxResult.put("drillDateList",drillDateList); |
| | | return ajaxResult; |
| | |
| | | <if test="status != null and status != ''"> and status = #{status}</if> |
| | | <if test="isDeleted != null and isDeleted != ''"> and is_deleted = #{isDeleted}</if> |
| | | </where> |
| | | order by sort asc |
| | | </select> |
| | | |
| | | <select id="selectProjectById" parameterType="String" resultMap="ProjectResult"> |