소스 검색

移动端工资条查询调整

dzx 1 주 전
부모
커밋
e51cae1753
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/personnel/BasePersonnelLabourCapitalMapper.xml

+ 1 - 1
src/main/resources/mapper/personnel/BasePersonnelLabourCapitalMapper.xml

@@ -22,7 +22,7 @@
         <if test="dto.year != null and dto.month != null">
             and YEAR(t.date_of_issue) = #{dto.year}
             and MONTH(t.date_of_issue) = #{dto.month}
-            and t.job_number = #{dto.jobNumber}
+            and t1.job_number = #{dto.jobNumber}
         </if>
     </select>