WechatGroup
This commit is contained in:
@@ -63,7 +63,7 @@ spring:
|
||||
easy-es:
|
||||
enable: true
|
||||
banner: false
|
||||
address: 127.0.0.1:9200
|
||||
address: 127.0.0.1
|
||||
global-config:
|
||||
process-index-mode: manual
|
||||
db-config:
|
||||
|
@@ -44,7 +44,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
SELECT COUNT(*)
|
||||
FROM job j
|
||||
WHERE j.company_id = c.company_id
|
||||
);
|
||||
)
|
||||
</update>
|
||||
|
||||
<select id="selectCompanyList" parameterType="Company" resultMap="CompanyResult">
|
||||
|
Reference in New Issue
Block a user