|
|
@@ -78,6 +78,8 @@ public class BusinessFileController {
|
|
78
|
78
|
@ApiImplicitParam(name = "bid", value = "主键id", paramType = "form")
|
|
79
|
79
|
})
|
|
80
|
80
|
public void updateFile(String fileIds, Integer bid, String fileType){
|
|
|
81
|
+ System.out.println("参数:"+fileIds+"****"+bid+"****"+"fileType");
|
|
|
82
|
+ //logger.info("参数:"+fileIds+"****"+bid+"****"+"fileType");
|
|
81
|
83
|
businessFileService.updateFileByFileIdsAndBid(fileIds,bid,fileType);
|
|
82
|
84
|
}
|
|
83
|
85
|
|