|
@@ -565,22 +565,22 @@ func checkUpdateType(oldEdbInfo, newEdbInfo *data_manage.EdbInfoItem) (isUpdateE
|
|
|
isUpdateEdbInfo = true
|
|
|
return
|
|
|
}
|
|
|
- if oldEdbInfo.StartDate != newEdbInfo.StartDate {
|
|
|
- isUpdateEdbInfo = true
|
|
|
- return
|
|
|
- }
|
|
|
- if oldEdbInfo.EndDate != newEdbInfo.EndDate {
|
|
|
- isUpdateEdbInfo = true
|
|
|
- return
|
|
|
- }
|
|
|
- if oldEdbInfo.SysUserId != newEdbInfo.SysUserId {
|
|
|
- isUpdateEdbInfo = true
|
|
|
- return
|
|
|
- }
|
|
|
- if oldEdbInfo.SysUserRealName != newEdbInfo.SysUserRealName {
|
|
|
- isUpdateEdbInfo = true
|
|
|
- return
|
|
|
- }
|
|
|
+ //if oldEdbInfo.StartDate != newEdbInfo.StartDate {
|
|
|
+ // isUpdateEdbInfo = true
|
|
|
+ // return
|
|
|
+ //}
|
|
|
+ //if oldEdbInfo.EndDate != newEdbInfo.EndDate {
|
|
|
+ // isUpdateEdbInfo = true
|
|
|
+ // return
|
|
|
+ //}
|
|
|
+ //if oldEdbInfo.SysUserId != newEdbInfo.SysUserId {
|
|
|
+ // isUpdateEdbInfo = true
|
|
|
+ // return
|
|
|
+ //}
|
|
|
+ //if oldEdbInfo.SysUserRealName != newEdbInfo.SysUserRealName {
|
|
|
+ // isUpdateEdbInfo = true
|
|
|
+ // return
|
|
|
+ //}
|
|
|
|
|
|
return
|
|
|
}
|