|
|
@@ -1229,7 +1229,7 @@ func (this *OilSupplierCertController) UpdataInFlag() {
|
|
|
session.Close()
|
|
|
}()
|
|
|
err := session.Begin()
|
|
|
- svc.GetEntities(&certentitys, "InFlag!='3'")
|
|
|
+ svc.GetEntities(&certentitys, "InFlag!='3' and CreateBy != '导入' ")
|
|
|
currenttime := time.Now()
|
|
|
//.Format("2006-01-02")
|
|
|
for i := 0; i < len(certentitys); i++ {
|