REM:
1. 修正部分CheckStyle警告
This commit is contained in:
HuangXin 2020-11-10 17:36:25 +08:00
parent ce1ef4aa2a
commit cfbec4da90
2 changed files with 5 additions and 3 deletions

View File

@ -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);

View File

@ -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