zhijiezhao преди 2 седмици
родител
ревизия
f921272e2c

+ 0 - 1
src/main/resources/mappings/modules/product/CmOrganizeProductInfoMapper.xml

@@ -65,7 +65,6 @@
             <if test="validFlag != null">validFlag = #{validFlag},</if>
         </trim>
         where productId = #{productId}
-        <if test="organizeId != null"> and organizeId = #{organizeId}</if>
     </update>
 
     <delete id="delCmOrganizeProductInfoByOrganizeId" parameterType="Integer">

+ 1 - 1
src/main/webapp/WEB-INF/views/modules/user/clubTemporaryForm.jsp

@@ -407,7 +407,7 @@
 		</tr>
 		<tr height="28">
 			<th width="12%">机构名称:</th>
-			<td width="13%"><form:input id="name" path="name" htmlEscape="false" maxlength="20" class="input-medium"/></td>
+			<td width="13%"><form:input id="name" path="name" htmlEscape="false" maxlength="50" class="input-medium"/></td>
 			<th width="12%">机构简称:</th>
 			<td width="13%"><form:input path="shortName" htmlEscape="false" maxlength="20" class="input-medium"/></td>
 			<th width="12%">注册邮箱:</th>

+ 1 - 1
src/main/webapp/WEB-INF/views/modules/userNew/cmAgencyList.jsp

@@ -409,7 +409,7 @@
         <th>联系人</th>
         <th>手机号</th>
         <th>邮箱</th>
-        <th>协销人员</th>
+        <th>服务商</th>
         <th>状态</th>
         <th>审核人</th>
         <th>机构级别</th>