|
@ -63,14 +63,14 @@ public interface EnvDataDao {
|
63
|
63
|
@UpdateWith
|
64
|
64
|
@From(EnvServer.class)
|
65
|
65
|
@SetSentence("active = '0'")
|
66
|
|
@Where("active = '1")
|
|
66
|
@Where("active = '1'")
|
67
|
67
|
@IncludeFixSet("modifyTime")
|
68
|
68
|
int logicDeleteServer(Connection con, @Set String modifier, String id) throws SQLException;
|
69
|
69
|
|
70
|
70
|
@UpdateWith
|
71
|
71
|
@From(EnvServer.class)
|
72
|
72
|
@SetSentence("active = '0'")
|
73
|
|
@Where("active = '1")
|
|
73
|
@Where("active = '1'")
|
74
|
74
|
@IncludeFixSet("modifyTime")
|
75
|
75
|
int logicDeleteServerByBridge(Connection con, @Set String modifier,String bridgeId) throws SQLException;
|
76
|
76
|
|