修复:企业负责区域

dev
masong 2 years ago
parent 389edc4847
commit a7428f9ee8
  1. 1
      cjy-project/src/main/resources/mapper/enterprise/EnterpriseInfoMapper.xml
  2. 2
      ruoyi-ui/src/views/enterprise/update-page.vue

@ -205,6 +205,7 @@
<if test="provinceCode !=null">province_code = #{provinceCode},</if>
<if test="cityCode !=null">city_code = #{cityCode},</if>
<if test="countyCode !=null">county_code = #{countyCode},</if>
<if test="territory !=null">territory = #{territory},</if>
<if test="remark !=null"> remark =#{remark},</if>
</trim>
where id = #{id}

@ -122,7 +122,7 @@
<el-row>
<el-col :span="24">
<el-form-item label ="负责区域" prop="territory">
<el-input v-model ="form.location"placeholder="请选择负责区域"></el-input>
<el-input v-model ="form.territory"placeholder="请选择负责区域"></el-input>
</el-form-item>
</el-col>
</el-row>

Loading…
Cancel
Save