增加企业信息 提交企业信息修改 增加多公司支持 运行无错初版
This commit is contained in:
parent
c619c28895
commit
8464884288
|
|
@ -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 >= #{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 >= #{startDate}
|
||||
</if>
|
||||
|
|
|
|||
Loading…
Reference in New Issue