|
@@ -380,6 +380,9 @@
|
|
|
<if test="financeId != null">
|
|
<if test="financeId != null">
|
|
|
finance_id = #{financeId,jdbcType=VARCHAR},
|
|
finance_id = #{financeId,jdbcType=VARCHAR},
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="province != null">
|
|
|
|
|
+ province = #{province,jdbcType=VARCHAR},
|
|
|
|
|
+ </if>
|
|
|
</set>
|
|
</set>
|
|
|
where id = #{id,jdbcType=VARCHAR}
|
|
where id = #{id,jdbcType=VARCHAR}
|
|
|
</update>
|
|
</update>
|
|
@@ -526,6 +529,7 @@
|
|
|
a.status,
|
|
a.status,
|
|
|
a.abbreviation,
|
|
a.abbreviation,
|
|
|
a.finance_id financeId,
|
|
a.finance_id financeId,
|
|
|
|
|
+ a.province,
|
|
|
c.name financeName,
|
|
c.name financeName,
|
|
|
b.name as managerName
|
|
b.name as managerName
|
|
|
from department a
|
|
from department a
|