|
|
@@ -41,8 +41,8 @@ func (this *OilContractEvaluationOrderController) GetEntityList() {
|
|
|
Id := this.GetString("Id")
|
|
|
ContractId := this.GetString("ContractId")
|
|
|
ReviewId := this.GetString("ReviewId")
|
|
|
- AuditId := this.GetString("AuditId")
|
|
|
- AuditBy := this.GetString("AuditBy")
|
|
|
+ UnitId := this.GetString("UnitId")
|
|
|
+ UnitBy := this.GetString("UnitBy")
|
|
|
IsConfirm := this.GetString("IsConfirm")
|
|
|
CreateOn := this.GetString("CreateOn")
|
|
|
CreateUserId := this.GetString("CreateUserId")
|
|
|
@@ -63,12 +63,12 @@ func (this *OilContractEvaluationOrderController) GetEntityList() {
|
|
|
where = where + " and ReviewId like '%" + ReviewId + "%'"
|
|
|
}
|
|
|
|
|
|
- if AuditId != "" {
|
|
|
- where = where + " and AuditId like '%" + AuditId + "%'"
|
|
|
+ if UnitId != "" {
|
|
|
+ where = where + " and UnitId like '%" + UnitId + "%'"
|
|
|
}
|
|
|
|
|
|
- if AuditBy != "" {
|
|
|
- where = where + " and AuditBy like '%" + AuditBy + "%'"
|
|
|
+ if UnitBy != "" {
|
|
|
+ where = where + " and UnitBy like '%" + UnitBy + "%'"
|
|
|
}
|
|
|
|
|
|
if IsConfirm != "" {
|