浏览代码

项目列表部门和线下归档同时查询导致报错修改

user5 3 年之前
父节点
当前提交
f620e8e6bb

+ 2 - 2
src/main/resources/mappings/modules/ruralprojectrecords/RuralProjectMessageAllDao.xml

@@ -526,7 +526,7 @@ END) as projectScale*/
 							</if>
 						</when>
 						<otherwise>
-							AND( (a.submitMoney = 2 and pfp.status is null) or (a.submitMoney = 1 and ppf.status is null) )
+							AND( (a.submit_money = 2 and pfp.status is null) or (a.submit_money = 1 and ppf.status is null) )
 						</otherwise>
 					</choose>
 				</when>
@@ -778,7 +778,7 @@ END) as projectScale*/
 							</if>
 						</when>
 						<otherwise>
-							AND( (a.submitMoney = 2 and pfp.status is null) or (a.submitMoney = 1 and ppf.status is null) )
+							AND( (a.submit_money = 2 and pfp.status is null) or (a.submit_money = 1 and ppf.status is null) )
 						</otherwise>
 					</choose>
 				</when>