소스 검색

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

user5 3 년 전
부모
커밋
f620e8e6bb
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main/resources/mappings/modules/ruralprojectrecords/RuralProjectMessageAllDao.xml

+ 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>