Commit 959f7df4 authored by Fuzy's avatar Fuzy

重构计算方法

parent 25436c3f
......@@ -99,6 +99,7 @@ where import_time = #{date}
resultMap="WagesDetailsOriginalDataResult">
<include refid="selectWagesDetailsOriginalDataVo"/>
<where>
'1' = '1'
<if test="sskId != null and sskId != ''">and ssk_id = #{sskId}</if>
<if test="year != null and year != ''">and year = #{year}</if>
<if test="month != null and month != ''">and month = #{month}</if>
......
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