修改最新数据来了不更新通讯表数据,通讯表由前置状态维护

This commit is contained in:
hzj
2026-06-10 10:05:57 +08:00
parent 5cb4ab0e8f
commit 5090e023b1
3 changed files with 29 additions and 20 deletions

View File

@@ -20,6 +20,9 @@ public class PqsCommunicateDto {
private Integer type;
//是否更新updateTime标志数据上送更新1状态翻转不更新0
private Integer flag=0;
//是否更新、pqs_communicate标志0更新1不更新
private Integer updateCommunicateFlag=0;
}