Browse Source

客户管理

wanghui 7 years ago
parent
commit
1dfe7b3492

+ 0 - 1
src/main/java/com/goafanti/common/mapper/OrganizationContactBookMapper.xml

@@ -423,7 +423,6 @@
   <update id="updateSubContact">
   	 update organization_contact_book set major = 0 where uid = #{uid,jdbcType=VARCHAR}
   </update>
-  
   <update id="updateMainContact">
   	 update organization_contact_book set major = 1 where id = #{ocbId,jdbcType=VARCHAR}
   </update>

+ 0 - 2
src/main/java/com/goafanti/common/mapper/TechProjectMapper.xml

@@ -682,7 +682,6 @@
 				a.status as projectStatus,
 				a.deleted_sign as deletedSign,
 				a.order_no as orderNo,
-				a.type as projectType,
 				b.nickname as buyerName,
 				c.name as technicianName,
 				d.name as principalName,
@@ -710,7 +709,6 @@
 				a.status as projectStatus,
 				a.deleted_sign as deletedSign,
 				a.order_no as orderNo,
-				a.type as projectType,
 				b.nickname as buyerName,
 				c.name as technicianName,
 				d.name as principalName,