Browse Source

修改deleteone的url中参数映射的数据类型

pull/282/head
zhangxin 3 years ago
parent
commit
5e9b093ef7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      web/controllers/pdc/ScrewDown.rest.go

+ 1
- 1
web/controllers/pdc/ScrewDown.rest.go View File

@ -156,7 +156,7 @@ func RegisterInsertOneScrewDown(party router.Party, path string, method func(*mo
******************************************************************************/
func RegisterDeleteOneScrewDown(party router.Party, path string, method func(*models.Usertab, string, int, bool) error) {
RegisterIDOfScrewDown(party, "DELETE", path+"/{artId:string}/{screwPos:int}/{result:result}", method)
RegisterIDOfScrewDown(party, "DELETE", path+"/{artId:string}/{screwPos:int}/{result:bool}", method)
}
/******************************************************************************


Loading…
Cancel
Save