Преглед на файлове

移动端工资条查询调整

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>