Merge branch 'wvp-28181-2.0' into main-dev

This commit is contained in:
648540858
2023-07-24 09:42:32 +08:00
15 changed files with 308 additions and 150 deletions

View File

@@ -344,7 +344,7 @@ public class XmlUtil {
if (!ObjectUtils.isEmpty(civilCode)
&& civilCode.length() <= 8
&& NumberUtils.isParsable(civilCode)
&& Integer.parseInt(civilCode)%2 == 0
&& civilCode.length()%2 == 0
) {
deviceChannel.setCivilCode(civilCode);
}