资料维护调整
This commit is contained in:
+2
-1
@@ -213,9 +213,10 @@ public class PayDataFileController extends JeroController<PayDataFile, IPayDataF
|
||||
@ApiImplicitParam(name = "dataId",value = "目录id",required = true),
|
||||
@ApiImplicitParam(name = "keyId",value = "主键id",required = true),
|
||||
@ApiImplicitParam(name = "fileIds", value = "资料ids,多个以逗号隔开",required = true),
|
||||
@ApiImplicitParam(name = "filePath", value = "目录层级",required = true),
|
||||
@ApiImplicitParam(name = "oldFileId", value = "原来资料id",required = true)
|
||||
})
|
||||
public Result<?> edit(@RequestParam(name="id") String dataId,
|
||||
public Result<?> edit(@RequestParam(name="dataId") String dataId,
|
||||
@RequestParam(name="keyId") String keyId,
|
||||
@RequestParam(name="fileIds") String fileIds,
|
||||
@RequestParam(name="filePath") String filePath,
|
||||
|
||||
Reference in New Issue
Block a user