YL2767 3 months ago
parent
commit
3d282b523a
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/main/java/com/th/demo/controller/ware/InController.java

+ 1
- 0
src/main/java/com/th/demo/controller/ware/InController.java View File

@@ -41,6 +41,7 @@ public class InController {
41 41
                      HttpServletRequest request) {
42 42
 
43 43
         try {
44
+            //增加测试用的备注
44 45
             String userId = (String) request.getAttribute("userId");
45 46
             String belongId = (String) request.getAttribute("belongId");
46 47
             result = inService.inImport(json,userId,belongId);

Loading…
Cancel
Save