parent
ce1ef4aa2a
commit
cfbec4da90
|
@ -96,10 +96,11 @@ public interface DisposeDeviceMapper {
|
|||
|
||||
|
||||
/**
|
||||
* Gets deviceId by areaCode.
|
||||
* Gets device by area code.
|
||||
*
|
||||
* @param areaCode the areaCode
|
||||
* @return the list
|
||||
* @param id the id
|
||||
* @param areaCode the area code
|
||||
* @return the device by area code
|
||||
*/
|
||||
List<DisposeDevice> getDeviceByAreaCode(@Param("id") Long id, @Param("areaCode") Integer areaCode);
|
||||
|
||||
|
|
|
@ -81,6 +81,7 @@ public interface DisposeTaskMapper {
|
|||
* Gets running task.
|
||||
*
|
||||
* @param deviceId the device id
|
||||
* @param areaCode the area code
|
||||
* @param capType the cap type
|
||||
* @param disposeObject the dispose object
|
||||
* @return the running task
|
||||
|
|
Loading…
Reference in New Issue