修复:后台服务商管理列表编辑清空税地归属保存后在点编辑没更改,还是走到三方接口去

This commit is contained in:
liu
2025-07-14 12:27:34 +08:00
parent 8eeefc0aeb
commit 0e604b720d

View File

@ -217,8 +217,9 @@ public class SysSyd extends BaseEntity {
private Integer status = 1; private Integer status = 1;
@TableField(updateStrategy = FieldStrategy.IGNORED)
private Long threeId; private Long threeId;
@TableField(updateStrategy = FieldStrategy.IGNORED)
private Long parkId; private Long parkId;
private Long createDept; private Long createDept;