Commit 7de90047 authored by KeYong's avatar KeYong

修改社会力量bug

parent 6d907cc4
......@@ -246,7 +246,7 @@ public class SocialPowerController extends AbstractBaseController {
}
if (StringUtil.isNotEmpty(dto.getLocation())) {
socialPower.setCompanyName(dto.getLocation());
socialPower.setLocation(dto.getLocation());
} else {
return CommonResponseUtil.failure("请补充所在地信息!");
}
......
......@@ -26,7 +26,7 @@
</if>
</where>
ORDER BY
wsp.create_date DESC
CONVERT(wsp.company_name USING gbk) ASC
</select>
<select id="getSocialPowerList" resultType="Map">
......
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