Browse Source

企业端-登录时新增企业信息sql修改

v6
zouyx 1 year ago
parent
commit
1c98c5dc4a
  1. 2
      lib/EmergencyService/zdxtLawEnforcementCodeService/src/main/resources/mapper/EnterpriseInformationMapper.xml

2
lib/EmergencyService/zdxtLawEnforcementCodeService/src/main/resources/mapper/EnterpriseInformationMapper.xml

@ -181,7 +181,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="legalPerson != null and legalPerson != ''">#{legalPerson},</if>
<if test="registeredCapital != null and registeredCapital != ''">#{registeredCapital},</if>
<if test="establishmentTime != null and establishmentTime != '' ">#{establishmentTime},</if>
<if test="operatingTerm != null and operatingTerm != '' ">#{operating_term},</if>
<if test="operatingTerm != null and operatingTerm != '' ">#{operatingTerm},</if>
<if test="operatingTermEnd != null and operatingTermEnd != '' ">#{operatingTermEnd},</if>
<if test="businessScope != null and businessScope != ''">#{businessScope},</if>
<if test="createTime != null ">#{createTime},</if>

Loading…
Cancel
Save