优化
This commit is contained in:
@ -81,5 +81,16 @@ public class AppBgtProjectRecruitController extends BaseController {
|
||||
return AjaxResult.success(iBgtProjectRecruitService.insert(bo));
|
||||
}
|
||||
|
||||
/**
|
||||
* 修改包工头招工
|
||||
*/
|
||||
@ApiOperation("编辑招工信息")
|
||||
@Log(title = "编辑招工信息", businessType = BusinessType.UPDATE)
|
||||
@RepeatSubmit
|
||||
@PutMapping()
|
||||
public AjaxResult<Boolean> edit(@Validated @RequestBody BgtProjectRecruit bo) {
|
||||
return AjaxResult.success(iBgtProjectRecruitService.update(bo));
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
@ -1,8 +1,40 @@
|
||||
Application Version: ${ruoyi-vue-plus.version}
|
||||
Spring Boot Version: ${spring-boot.version}
|
||||
__________ _____.___.__ ____ ____ __________.__
|
||||
\______ \__ __ ____\__ | |__| \ \ / /_ __ ____ \______ \ | __ __ ______
|
||||
| _/ | \/ _ \/ | | | ______ \ Y / | \_/ __ \ ______ | ___/ | | | \/ ___/
|
||||
| | \ | ( <_> )____ | | /_____/ \ /| | /\ ___/ /_____/ | | | |_| | /\___ \
|
||||
|____|_ /____/ \____// ______|__| \___/ |____/ \___ > |____| |____/____//____ >
|
||||
\/ \/ \/ \/
|
||||
,--"""",--.__,---[],-------._
|
||||
," __,' \ \--""""""==;-
|
||||
," _,-" "/---.___ \ ___\ ,-'',"
|
||||
/,-' / ;. ,.--'-.__\ _,-"" ,| `,' /
|
||||
/``""""-._/,-|:\ []\,' ```-/:;-. `. /
|
||||
` ;::: || /:,; `-.\
|
||||
=.,'__,---||-.____',.=
|
||||
=(:\_ ||__ ):)=
|
||||
,"::::`----||::`--':::"._
|
||||
,':::::::::::||::::::::::::'.
|
||||
.__ ;:::.-.:::::__||___:::::.-.:::\ __,
|
||||
"""-;:::( O )::::>_|| _<::::( O )::::-"""
|
||||
=======;:::::`-`:::::::||':::::::`-`:::::\=======
|
||||
,--"";:::_____________||______________::::""----. , ,
|
||||
; ::`._( | ||| | )_,'::::\_,,,,,,,,,,____/,'_,
|
||||
,; :::`--._|____[]|_____|_.-'::::::::::::::::::::::::);_
|
||||
;/ / :::::::::,||,:::::::::::::::::::::::::::::::::::/
|
||||
/; ``''''----------/,'/,__,,,,,____:::::::::::::::::::::,"
|
||||
;/ :);/|_;| ,--.. . ```-.:::::::::::::_,"
|
||||
/; :::):__,'//""\\. ,--.. \:::,:::::_,"
|
||||
;/ :::::/ . . . . . . //""\\. \::":__,"
|
||||
;/ :::::::,' . . . . . . . . . . .:`::\
|
||||
'; :::::::__,'. ,--.. . .,--. . . . . .:`::`
|
||||
'; __,..--'''-. . //""\\. .//""\\ . ,--.. :`:::`
|
||||
; / \\ .//""\\ . . . . . . . . . //""\\. :`::`
|
||||
; / . . . . . . . . . . . . . . . . .:`::`
|
||||
; ( . . . . . . . . . . . . . . . ;:::`
|
||||
,: ;, . . . . . . . . . . . . . ;':::`
|
||||
,: ;, . . . . . . . . . . . . .;`:::
|
||||
,: ;, . . . . . . . . . . . . ;`::;`
|
||||
,: ; . . . . . . . . . . . . ;':::;`
|
||||
: ; . . . . . . . . . . . ,':::;
|
||||
: '. . . . . . . . .. . . .,':::;`
|
||||
: `. . . . . . . . . . . . ;::::;`
|
||||
'. `-. . . . . . . . . . . ,-'::::;
|
||||
`:_ ``--..___________..--'':::::;'`
|
||||
`._::,.:,.:,:_ctr_:,:,.::,.:_;'`
|
||||
________________`"\/"\/\/'""""`\/"\/""\/"___________
|
||||
|
Reference in New Issue
Block a user