|
@@ -32,7 +32,7 @@ public interface TpTicketMapper extends BaseMapper<TpTicket> {
|
32
|
32
|
*/
|
33
|
33
|
IPage<TpTicket> selectByCommuniytIdAndByTaUserIdAndByType(Page page,@Param("type") String type);
|
34
|
34
|
|
35
|
|
- TpTicket selectTpTicketName(@Param("communityId")Integer communityId, @Param("type")String type, @Param("ticketTitle")String ticketTitle);
|
|
35
|
+ TpTicket selectTpTicketName(@Param("orgId")Integer orgId, @Param("type")String type, @Param("ticketTitle")String ticketTitle);
|
36
|
36
|
|
37
|
37
|
void updateTpUserId(@Param("ticketId") Integer ticketId);
|
38
|
38
|
}
|