gaodd %!s(int64=2) %!d(string=hai) anos
pai
achega
951629bd4f

+ 2 - 0
src/main/java/com/chinaitop/depot/basic/controller/BusinessFileController.java

@@ -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