|
@@ -250,10 +250,10 @@
|
|
and MONTH(jobUser.CreateTime) = #{month}
|
|
and MONTH(jobUser.CreateTime) = #{month}
|
|
</if>
|
|
</if>
|
|
GROUP BY
|
|
GROUP BY
|
|
- site.RegionCode,
|
|
|
|
- RegionName
|
|
|
|
|
|
+ area.`code`,
|
|
|
|
+ area.`name`
|
|
ORDER BY
|
|
ORDER BY
|
|
- site.RegionCode
|
|
|
|
|
|
+ area.`code`
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="findJobUserByRegionAndPersonType" resultType="com.hz.employmentsite.vo.statistics.jobUser.RegionJobUserCount">
|
|
<select id="findJobUserByRegionAndPersonType" resultType="com.hz.employmentsite.vo.statistics.jobUser.RegionJobUserCount">
|
|
@@ -275,10 +275,10 @@
|
|
and MONTH(jobUser.CreateTime) = #{month}
|
|
and MONTH(jobUser.CreateTime) = #{month}
|
|
</if>
|
|
</if>
|
|
GROUP BY
|
|
GROUP BY
|
|
- site.RegionCode,
|
|
|
|
- RegionName
|
|
|
|
|
|
+ area.`code`,
|
|
|
|
+ area.`name`
|
|
ORDER BY
|
|
ORDER BY
|
|
- site.RegionCode
|
|
|
|
|
|
+ area.`code`
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="findYearCompanyCount" resultType="com.hz.employmentsite.vo.statistics.RegionSystemDataCount">
|
|
<select id="findYearCompanyCount" resultType="com.hz.employmentsite.vo.statistics.RegionSystemDataCount">
|