Commit af5e27b3 by huluobin

# 更新

parent 4ccca3b9
...@@ -339,6 +339,7 @@ ...@@ -339,6 +339,7 @@
from cost t1 from cost t1
left join oa_user t2 on t1.create_userid = t2.oa_user_id left join oa_user t2 on t1.create_userid = t2.oa_user_id
left join oa_department od on t2.department_id = od.department_id left join oa_department od on t2.department_id = od.department_id
where t1.last_modify_date >= #{startDate} and t1.last_modify_date <= #{endDate}
</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