Browse Source

移动端工资条查询调整

dzx 1 week ago
parent
commit
e51cae1753

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