Commit f64db74e by 徐高华

Merge remote-tracking branch 'origin/master_xgh_停用功能' into developer

Conflicts:
	haoban-manage3-service/src/main/resources/mapper/TabHaobanStaffClerkRelationMapper.xml
parents c6289d04 2f5dda69
......@@ -86,7 +86,7 @@ public class ExternalClerkRelatedServiceImpl implements ExternalClerkRelatedServ
}
String staffId = tabHaobanStaffs.get(0).getStaffId();
List<TabHaobanStaffClerkRelation> tabHaobanStaffClerkRelations = staffClerkRelationMapper.lisByStaffId(wxEnterpriseId, staffId);
List<TabHaobanStaffClerkRelation> tabHaobanStaffClerkRelations = staffClerkRelationMapper.lisByStaffId(wxEnterpriseId, staffId,null);
if (CollectionUtils.isEmpty(tabHaobanStaffClerkRelations)) {
logger.error("找不到员工导购关联关系:staffId:{},wxEnterpriseId:{}", staffId, wxEnterpriseId);
return;
......
......@@ -274,8 +274,6 @@
and wx_user_id = #{wxUserId}
</select>
<select id="getByCodeAndStoreId" resultMap="BaseResultMap" parameterType="java.lang.String">
select
<include refid="Base_Column_List"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment