瀏覽代碼

移动端工资条查询调整

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>