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