| | |
| | | |
| | | |
| | | //接数据 环境监测 数据 |
| | | @PostMapping("/dataValueInsert") |
| | | public BasicResult dataValueInsert(@RequestBody Map<String,Object> values){ |
| | | return helmetService.dataValueInsert(values); |
| | | @PostMapping("/dataValueIn") |
| | | public BasicResult dataValueIn(@RequestBody Map<String,Object> values){ |
| | | return helmetService.dataValueIn(values); |
| | | } |
| | | |
| | | /** |
| | |
| | | |
| | | List<THelmetMotion> helmetMotionList(Map<String, Object> values); |
| | | |
| | | void dataValueInsert(Map<String, Object> values); |
| | | void dataValueIn(Map<String, Object> values); |
| | | |
| | | List<ReportNumDto> helmetReportTotal(Map<String, Object> values); |
| | | |
| | |
| | | |
| | | BasicResult helmetMotionList(Map<String, Object> values); |
| | | |
| | | BasicResult dataValueInsert(Map<String, Object> values); |
| | | BasicResult dataValueIn(Map<String, Object> values); |
| | | |
| | | BasicResult helmetReportTotal(Map<String, Object> values); |
| | | |
| | |
| | | } |
| | | |
| | | @Override |
| | | public BasicResult dataValueInsert(Map<String, Object> values) { |
| | | public BasicResult dataValueIn(Map<String, Object> values) { |
| | | |
| | | |
| | | helmetMapper.dataValueInsert(values); |
| | | helmetMapper.dataValueIn(values); |
| | | return BasicResult.success(); |
| | | } |
| | | |
| | |
| | | order by times asc |
| | | </select> |
| | | |
| | | <insert id="dataValueInsert" > |
| | | <insert id="dataValueIn" > |
| | | insert into t_data_value |
| | | <trim prefix="(" suffix=")" suffixOverrides=","> |
| | | <if test="dataId != null"> |