|
@@ -167,7 +167,7 @@
|
|
|
a.id = #{id}
|
|
|
</when>
|
|
|
<otherwise>
|
|
|
- a.operationCompany = #{operationCompany}
|
|
|
+ a.operation_company = #{operationCompany}
|
|
|
</otherwise>
|
|
|
</choose>
|
|
|
<if test="year != null and year != ''">
|
|
@@ -181,7 +181,7 @@
|
|
|
a.id,
|
|
|
</when>
|
|
|
<otherwise>
|
|
|
- a.operationCompany,
|
|
|
+ a.operation_company,
|
|
|
</otherwise>
|
|
|
</choose>
|
|
|
b.`month`
|
|
@@ -200,8 +200,8 @@
|
|
|
LEFT JOIN blade_dict_biz d ON d.code = 'ibaProjectStage' and a.stage = d.dict_key
|
|
|
<where>
|
|
|
a.is_deleted = 0
|
|
|
- <if test="query.projectName != null and query.projectName != ''">
|
|
|
- AND a.project_name LIKE CONCAT('%',#{query.projectName},'%')
|
|
|
+ <if test="query.name != null and query.name != ''">
|
|
|
+ AND a.project_name LIKE CONCAT('%',#{query.name},'%')
|
|
|
</if>
|
|
|
<if test="query.type != null and query.type != ''">
|
|
|
AND a.type = #{query.type}
|