Administrator
2024-06-25 cd0c9797406acc8a0f1e0a3e3f463a68425e3ef8
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/command/ComSupport.java
@@ -44,8 +44,6 @@
 * @Description 命令支撑类
 */
//@Component
//@DependsOn({"baSettingsMapper", "prControllerMapper"})
public class ComSupport {
    protected static String mwUrlSendCom = "http://127.0.0.1:8070/rtuMw/com/send" ;
@@ -291,7 +289,7 @@
            System.out.println(job_subData);
            Boolean dealResult = job_subData.getBoolean("success");
            if(!dealResult) {
                return BaseResponseUtils.buildFail(response_CallBack.getContent().toString());
                return BaseResponseUtils.buildErrorMsg(response_CallBack.getContent().toString());
            }
            /**
@@ -310,7 +308,6 @@
                virtualCard.setLastOperateTime(new Date());
                seVirtualCardMapper.updateByPrimaryKeySelective(virtualCard);
            }
            // 回调返回的内容
            Data myData = (Data)response_CallBack.getContent();