|
|
@@ -38,8 +38,19 @@ func (this *OilContractSumScoreController) GetEntityList() {
|
|
|
}
|
|
|
Id := this.GetString("Id")
|
|
|
ContractId := this.GetString("ContractId")
|
|
|
- NormalSumScore := this.GetString("NormalSumScore")
|
|
|
SumScore := this.GetString("SumScore")
|
|
|
+ NormalSumScore1 := this.GetString("NormalSumScore1")
|
|
|
+ SumScore1 := this.GetString("SumScore1")
|
|
|
+ Content1 := this.GetString("Content1")
|
|
|
+ NormalSumScore2 := this.GetString("NormalSumScore2")
|
|
|
+ SumScore2 := this.GetString("SumScore2")
|
|
|
+ Content2 := this.GetString("Content2")
|
|
|
+ NormalSumScore3 := this.GetString("NormalSumScore3")
|
|
|
+ SumScore3 := this.GetString("SumScore3")
|
|
|
+ Content3 := this.GetString("Content3")
|
|
|
+ NormalSumScore4 := this.GetString("NormalSumScore4")
|
|
|
+ SumScore4 := this.GetString("SumScore4")
|
|
|
+ Content4 := this.GetString("Content4")
|
|
|
ConclusionReason := this.GetString("ConclusionReason")
|
|
|
Conclusion := this.GetString("Conclusion")
|
|
|
CreateOn := this.GetString("CreateOn")
|
|
|
@@ -58,16 +69,57 @@ func (this *OilContractSumScoreController) GetEntityList() {
|
|
|
where = where + " and ContractId like '%" + ContractId + "%'"
|
|
|
}
|
|
|
|
|
|
+ if SumScore != "" {
|
|
|
+ where = where + " and SumScore like '%" + SumScore + "%'"
|
|
|
+ }
|
|
|
|
|
|
- if NormalSumScore != "" {
|
|
|
- where = where + " and NormalSumScore like '%" + NormalSumScore + "%'"
|
|
|
+ if Content1 != "" {
|
|
|
+ where = where + " and Content1 like '%" + Content1 + "%'"
|
|
|
}
|
|
|
|
|
|
+ if NormalSumScore1 != "" {
|
|
|
+ where = where + " and NormalSumScore1 like '%" + NormalSumScore1 + "%'"
|
|
|
+ }
|
|
|
|
|
|
- if SumScore != "" {
|
|
|
- where = where + " and SumScore like '%" + SumScore + "%'"
|
|
|
+ if SumScore1 != "" {
|
|
|
+ where = where + " and SumScore1 like '%" + SumScore1 + "%'"
|
|
|
+ }
|
|
|
+
|
|
|
+ if Content2 != "" {
|
|
|
+ where = where + " and Content2 like '%" + Content2 + "%'"
|
|
|
+ }
|
|
|
+
|
|
|
+ if NormalSumScore2 != "" {
|
|
|
+ where = where + " and NormalSumScore2 like '%" + NormalSumScore2 + "%'"
|
|
|
}
|
|
|
|
|
|
+ if SumScore2 != "" {
|
|
|
+ where = where + " and SumScore2 like '%" + SumScore2 + "%'"
|
|
|
+ }
|
|
|
+
|
|
|
+ if Content3 != "" {
|
|
|
+ where = where + " and Content3 like '%" + Content3 + "%'"
|
|
|
+ }
|
|
|
+
|
|
|
+ if NormalSumScore3 != "" {
|
|
|
+ where = where + " and NormalSumScore3 like '%" + NormalSumScore3 + "%'"
|
|
|
+ }
|
|
|
+
|
|
|
+ if SumScore3 != "" {
|
|
|
+ where = where + " and SumScore3 like '%" + SumScore3 + "%'"
|
|
|
+ }
|
|
|
+
|
|
|
+ if Content4 != "" {
|
|
|
+ where = where + " and Content4 like '%" + Content4 + "%'"
|
|
|
+ }
|
|
|
+
|
|
|
+ if NormalSumScore4 != "" {
|
|
|
+ where = where + " and NormalSumScore4 like '%" + NormalSumScore4 + "%'"
|
|
|
+ }
|
|
|
+
|
|
|
+ if SumScore4 != "" {
|
|
|
+ where = where + " and SumScore4 like '%" + SumScore4 + "%'"
|
|
|
+ }
|
|
|
|
|
|
if ConclusionReason != "" {
|
|
|
where = where + " and ConclusionReason like '%" + ConclusionReason + "%'"
|
|
|
@@ -78,7 +130,6 @@ func (this *OilContractSumScoreController) GetEntityList() {
|
|
|
where = where + " and Conclusion like '%" + Conclusion + "%'"
|
|
|
}
|
|
|
|
|
|
-
|
|
|
if CreateOn != "" {
|
|
|
where = where + " and CreateOn like '%" + CreateOn + "%'"
|
|
|
}
|
|
|
@@ -233,10 +284,32 @@ func (this *OilContractSumScoreController) UpdateEntity() {
|
|
|
|
|
|
"ContractId",
|
|
|
|
|
|
- "NormalSumScore",
|
|
|
-
|
|
|
"SumScore",
|
|
|
|
|
|
+ "Content1",
|
|
|
+
|
|
|
+ "NormalSumScore1",
|
|
|
+
|
|
|
+ "SumScore1",
|
|
|
+
|
|
|
+ "Content2",
|
|
|
+
|
|
|
+ "NormalSumScore2",
|
|
|
+
|
|
|
+ "SumScore2",
|
|
|
+
|
|
|
+ "Content3",
|
|
|
+
|
|
|
+ "NormalSumScore3",
|
|
|
+
|
|
|
+ "SumScore3",
|
|
|
+
|
|
|
+ "Content4",
|
|
|
+
|
|
|
+ "NormalSumScore4",
|
|
|
+
|
|
|
+ "SumScore4",
|
|
|
+
|
|
|
"ConclusionReason",
|
|
|
|
|
|
"Conclusion",
|