增加企业信息 提交企业信息修改 增加多公司支持 运行无错初版

This commit is contained in:
MerCry 2026-02-08 23:40:44 +08:00
parent c619c28895
commit 8464884288
1 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@
sort_no as sortNo
FROM department_statistics_data
<where>
corp_id = #{corpId} and
corp_id = #{corpId}
<if test="startDate != null">
AND stat_date &gt;= #{startDate}
</if>
@ -81,7 +81,7 @@
sort_no as sortNo
FROM department_statistics_data
<where>
corp_id = #{corpId} and
corp_id = #{corpId}
<if test="startDate != null">
AND stat_date &gt;= #{startDate}
</if>