|
@@ -259,16 +259,16 @@ public class CommReceiveService {
|
|
|
return AjaxResult.error("subSimNum不对应!");
|
|
|
}
|
|
|
// 1 型有问题。
|
|
|
- if (!StringUtils.equals(CommParseUtils.subCmd(s), CommParseUtils.subCmd(r))) {
|
|
|
- return AjaxResult.error("subCmd不对应!");
|
|
|
- }
|
|
|
- if (!StringUtils.equals(CommParseUtils.subCmdId(s), CommParseUtils.subCmdId(r))) {
|
|
|
- return AjaxResult.error("subCmdId不对应!" +
|
|
|
- CommParseUtils.subCmdId(s) +
|
|
|
- "////" +
|
|
|
- CommParseUtils.subCmdId(r)
|
|
|
- );
|
|
|
- }
|
|
|
+// if (!StringUtils.equals(CommParseUtils.subCmd(s), CommParseUtils.subCmd(r))) {
|
|
|
+// return AjaxResult.error("subCmd不对应!");
|
|
|
+// }
|
|
|
+// if (!StringUtils.equals(CommParseUtils.subCmdId(s), CommParseUtils.subCmdId(r))) {
|
|
|
+// return AjaxResult.error("subCmdId不对应!" +
|
|
|
+// CommParseUtils.subCmdId(s) +
|
|
|
+// "////" +
|
|
|
+// CommParseUtils.subCmdId(r)
|
|
|
+// );
|
|
|
+// }
|
|
|
}
|
|
|
return AjaxResult.success("接收报文匹配正确!");
|
|
|
}
|