|
|
@ -24,6 +24,15 @@ public interface DataSyncUserDataDao extends BaseDao<DataSyncUserDataEntity> { |
|
|
|
*/ |
|
|
|
List<YtUserPageResDTO> pageUser(YtUserPageFormDTO formDTO); |
|
|
|
|
|
|
|
/** |
|
|
|
* 更新data_sync_user_data 为已创建、记录staffId |
|
|
|
* @param customerId |
|
|
|
* @param operUserId |
|
|
|
* @param staffId |
|
|
|
* @param name |
|
|
|
* @param mobile |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
int updateStaff(@Param("customerId") String customerId, |
|
|
|
@Param("operUserId")String operUserId, |
|
|
|
@Param("staffId")String staffId, |
|
|
|