增加返回信息,修复BUG

This commit is contained in:
2025-09-11 22:27:40 +08:00
parent d32e8436a5
commit 0f4b95f355
20 changed files with 247 additions and 69 deletions

View File

@ -5,14 +5,12 @@ import com.mosty.base.model.dto.qwzx.*;
import com.mosty.base.model.entity.qwzx.TbQwJl;
import com.mosty.base.model.entity.qwzx.TbQwXfbb;
import com.mosty.base.model.entity.qwzx.TbQwXfpbZq;
import com.mosty.base.model.entity.qwzx.TbQwxfbbDk;
import com.mosty.base.model.query.qwzx.TbQwJmxzSearchDto;
import com.mosty.base.model.query.qwzx.TbQwXfbbJmxzQuery;
import com.mosty.base.model.query.qwzx.TbQwXfbbQuery;
import com.mosty.base.model.query.qwzx.TbQwxfbbDkQuery;
import com.mosty.base.model.query.sjzx.XfbbQuery;
import com.mosty.base.model.query.sjzx.XfbbTjQuery;
import com.mosty.base.model.query.sjzx.XftjQuery;
import com.mosty.base.model.vo.qwzx.TbQwxfbbDkVO;
import io.swagger.annotations.ApiOperation;
@ -160,5 +158,12 @@ public interface TbQwXfbbService {
@ApiOperation("更新巡防里程")
Integer updateXflc(String bbid);
/**
* 查询勤务警力信息根据报备ID和巡防警力ID
* @param id 报备ID
* @param xfllId 巡防警力ID
* @return 勤务警力信息
*/
TbQwJl selectQwJlByBbInfo(String id, String xfllId);
}