@@ -1032,16 +1032,16 @@
</c:choose>
,"submitMoneyStr":
<c:choose>
- <c:when test="${'1'==projectRecords.submitMoney}">
- "B级"
+ <c:when test="${'2'==projectRecords.submitMoney}">
+ "A级"
</c:when>
<c:otherwise>
- <c:when test="${'2'==projectRecords.submitMoney}">
- "A级"
+ <c:when test="${'1'==projectRecords.emergencyProject}">
+ "B级紧急"
- ""
+ "B级非紧急"
</c:otherwise>
@@ -938,16 +938,16 @@
@@ -1031,16 +1031,16 @@