薪资计算逻辑完善
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<result property="updateTime" column="update_time"/>
|
||||
</resultMap>
|
||||
<select id="findByTemplateId" resultType="com.ruoyi.oa.domain.OaSalaryTemplateDetail">
|
||||
SELECT * FROM oa_salary_template_detail WHERE template_id = #{templateId}
|
||||
SELECT * FROM oa_salary_template_detail WHERE salary_template_id = #{templateId}
|
||||
</select>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user