| | |
| | | @ApiOperation(value = "小程序获取导办工单管理列表",response = GuideRepairOrder.class) |
| | | @GetMapping("/getList") |
| | | @Authorization |
| | | public TableDataInfo selectConfigList( |
| | | @RequestParam(value = "status",required = false) String status, |
| | | public TableDataInfo selectConfigList(@RequestParam(value = "state",required = false) String status, |
| | | @CurrentUser SysUser sysUser) |
| | | { |
| | | List<String> ids=null; |
| | |
| | | </select> |
| | | |
| | | <select id="countConfigList" resultType="integer"> |
| | | select count(id) from automessage_guide_repair_order a |
| | | select count(id) from automessage_guide_repair_order |
| | | <where> |
| | | <if test="matterName != null and matterName != ''"> |
| | | AND (matter_name like concat('%', #{matterName}, '%')) or |
| | |
| | | </foreach> |
| | | </if> |
| | | <if test="guideUserId != null and guideUserId != ''"> |
| | | AND a.guide_user_id=#{guideUserId} |
| | | AND automessage_guide_repair_order.guide_user_id=#{guideUserId} |
| | | </if> |
| | | </where> |
| | | </select> |