cheng
2023-10-20 6961a59b9ebc4a975d235e92a1cebe5a84cd1848
commit
已修改1个文件
已删除17个文件
12 ■■■■ 文件已修改
src/main/java/com/product/mobile/device/controller/DeviceManagerController.java 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
target/classes/com/product/mobile/core/config/MobileCoreCode.class 补丁 | 查看 | 原始文档 | blame | 历史
target/classes/com/product/mobile/core/config/MobileCoreConst.class 补丁 | 查看 | 原始文档 | blame | 历史
target/classes/com/product/mobile/core/controller/ApplicationsController.class 补丁 | 查看 | 原始文档 | blame | 历史
target/classes/com/product/mobile/core/controller/ContactPersonController.class 补丁 | 查看 | 原始文档 | blame | 历史
target/classes/com/product/mobile/core/controller/MobileNetWorkTestController.class 补丁 | 查看 | 原始文档 | blame | 历史
target/classes/com/product/mobile/core/controller/NavBarManagerController.class 补丁 | 查看 | 原始文档 | blame | 历史
target/classes/com/product/mobile/core/controller/SignInController.class 补丁 | 查看 | 原始文档 | blame | 历史
target/classes/com/product/mobile/core/controller/SysMessageController.class 补丁 | 查看 | 原始文档 | blame | 历史
target/classes/com/product/mobile/core/controller/SystemFunctionController.class 补丁 | 查看 | 原始文档 | blame | 历史
target/classes/com/product/mobile/core/entity/NavBarEntity.class 补丁 | 查看 | 原始文档 | blame | 历史
target/classes/com/product/mobile/core/service/ApplicationsService.class 补丁 | 查看 | 原始文档 | blame | 历史
target/classes/com/product/mobile/core/service/ContanctOrgListService.class 补丁 | 查看 | 原始文档 | blame | 历史
target/classes/com/product/mobile/core/service/NavBarManagerService.class 补丁 | 查看 | 原始文档 | blame | 历史
target/classes/com/product/mobile/core/service/SignInService.class 补丁 | 查看 | 原始文档 | blame | 历史
target/classes/com/product/mobile/core/service/SysMessageService.class 补丁 | 查看 | 原始文档 | blame | 历史
target/classes/com/product/mobile/core/service/SystemFunctionService.class 补丁 | 查看 | 原始文档 | blame | 历史
target/classes/com/product/mobile/core/service/ide/INavBarManagerService.class 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/product/mobile/device/controller/DeviceManagerController.java
@@ -11,7 +11,7 @@
import com.product.device.config.DeviceCode;
import com.product.device.service.DeviceMainenanceService;
import com.product.device.service.DeviceManagerService;
import com.product.device.service.ide.IDeviceMainenanceService;
import com.product.device.service.idel.IDeviceMainenanceService;
import com.product.mobile.core.config.MobileCoreCode;
import com.product.mobile.core.config.MobileCoreConst;
import com.product.module.sys.entity.SystemUser;
@@ -81,7 +81,7 @@
            return error(MobileCoreCode.GET_NAV_BAR_CONFIG_LIST_FAIL);
        }
    }
    /**
     * 设备信息
     *
@@ -126,7 +126,7 @@
    @RequestMapping(value = "/failure/create/{version}", method = RequestMethod.POST)
    @ApiVersion(1)
    public String createFailure(HttpServletRequest request) throws IOException {
         try {
             FieldSetEntity fse = null;
             Object bean = request.getAttribute(CoreConst.API_POST_REQUEST_DATA);
@@ -163,7 +163,7 @@
    @RequestMapping(value = "/persion/{version}", method = RequestMethod.POST)
    @ApiVersion(1)
    public String devicePersion(HttpServletRequest request) throws IOException {
         try {
             FieldSetEntity fse = null;
             Object bean = request.getAttribute(CoreConst.API_POST_REQUEST_DATA);
@@ -180,7 +180,7 @@
                 return this.error(DeviceCode.SYSTEM_FORM_NODATA);
             }
             DataTableEntity dt=deviceManagerService.findDevicePersion(fse.getString("asset_code"));
             return this.OK_List( dt );
         } catch (BaseException e) {
             e.printStackTrace();
@@ -199,7 +199,7 @@
    @RequestMapping(value = "/create/maintain/task/{version}", method = RequestMethod.POST)
    @ApiVersion(1)
    public String deviceMainTainTaskPersion(HttpServletRequest request) throws IOException {
         try {
             FieldSetEntity fse = null;
             Object bean = request.getAttribute(CoreConst.API_POST_REQUEST_DATA);
target/classes/com/product/mobile/core/config/MobileCoreCode.class
Binary files differ
target/classes/com/product/mobile/core/config/MobileCoreConst.class
Binary files differ
target/classes/com/product/mobile/core/controller/ApplicationsController.class
Binary files differ
target/classes/com/product/mobile/core/controller/ContactPersonController.class
Binary files differ
target/classes/com/product/mobile/core/controller/MobileNetWorkTestController.class
Binary files differ
target/classes/com/product/mobile/core/controller/NavBarManagerController.class
Binary files differ
target/classes/com/product/mobile/core/controller/SignInController.class
Binary files differ
target/classes/com/product/mobile/core/controller/SysMessageController.class
Binary files differ
target/classes/com/product/mobile/core/controller/SystemFunctionController.class
Binary files differ
target/classes/com/product/mobile/core/entity/NavBarEntity.class
Binary files differ
target/classes/com/product/mobile/core/service/ApplicationsService.class
Binary files differ
target/classes/com/product/mobile/core/service/ContanctOrgListService.class
Binary files differ
target/classes/com/product/mobile/core/service/NavBarManagerService.class
Binary files differ
target/classes/com/product/mobile/core/service/SignInService.class
Binary files differ
target/classes/com/product/mobile/core/service/SysMessageService.class
Binary files differ
target/classes/com/product/mobile/core/service/SystemFunctionService.class
Binary files differ
target/classes/com/product/mobile/core/service/ide/INavBarManagerService.class
Binary files differ