|
@@ -62,7 +62,7 @@ public class ContractTreeDrawingsController extends BladeController {
|
|
|
@ApiImplicitParam(name = "fileUrl", value = "文件url", required = true),
|
|
|
@ApiImplicitParam(name = "id", value = "节点的drawingsId")
|
|
|
})
|
|
|
- public R<String> saveOrUpdateContractTreeDrawings(@RequestParam String primaryKeyId, @RequestParam String fileUrl, @RequestParam String id) {
|
|
|
+ public R<String> saveOrUpdateContractTreeDrawings(@RequestParam String primaryKeyId, @RequestParam String fileUrl,String id) {
|
|
|
//当前提交用户
|
|
|
BladeUser user = AuthUtil.getUser();
|
|
|
if (!"-1".equals(id) && StringUtils.isNotEmpty(id)) {
|