1
zyy
2 days ago 01b3fecb2d1b03861a72d53a7afea6ca557a209c
src/main/java/com/nq/controller/UserPositionCheckDzController.java
@@ -63,7 +63,7 @@
    @ResponseBody
    public ServerResponse check(@RequestParam(value = "id") Integer id,
                                @RequestParam(value = "checkType") Integer checkType,
                                @RequestParam(value = "orderNum") Integer orderNum, HttpServletRequest request) {
                                @RequestParam(value = "orderNum", required = false) Integer orderNum, HttpServletRequest request) {
        if(checkType != 2 && (id == null || checkType == null || orderNum == null)){
            return ServerResponse.createByErrorMsg("参数不能为空", request);
        }