|
@@ -74,7 +74,7 @@ public class ContractLogController extends BladeController {
|
|
|
* @param logVo 查询条件
|
|
|
* @return 结果
|
|
|
*/
|
|
|
- @GetMapping("/constructionLogPage")
|
|
|
+ @PostMapping("/constructionLogPage")
|
|
|
@ApiOperationSupport(order = 2)
|
|
|
@ApiOperation(value = "施工日志分页")
|
|
|
public R<IPage<ContractLogVO>> constructionLogPage(@RequestBody ContractLogVO logVo){
|