Commit 67303de6 authored by hongguangwu's avatar hongguangwu

MVP1.6.6-预入职相关_mainId

parent 00f054a2
...@@ -37,5 +37,5 @@ public interface TPreEmpMainLogMapper extends BaseMapper<TPreEmpMainLog> { ...@@ -37,5 +37,5 @@ public interface TPreEmpMainLogMapper extends BaseMapper<TPreEmpMainLog> {
* *
* @return * @return
*/ */
List<TPreEmpMainLog> getTPreEmpMainLogList(@Param("mainIid") String mainIid); List<TPreEmpMainLog> getTPreEmpMainLogList(@Param("mainId") String mainId);
} }
...@@ -71,6 +71,6 @@ ...@@ -71,6 +71,6 @@
SELECT SELECT
<include refid="Base_Column_List"/> <include refid="Base_Column_List"/>
FROM t_pre_emp_main_log a FROM t_pre_emp_main_log a
where main_id = #{mainIid} where main_id = #{mainId}
</select> </select>
</mapper> </mapper>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment