超威fix
This commit is contained in:
@@ -163,7 +163,7 @@ public abstract class AbstractTask {
|
||||
* @param param
|
||||
* @throws BadRequestException
|
||||
*/
|
||||
public void apply(JSONObject param) throws BadRequestException {
|
||||
public synchronized void apply(JSONObject param) throws BadRequestException {
|
||||
// 申请任务
|
||||
SchBaseTask task = new SchBaseTask(); // 任务实体
|
||||
String apply_point_code = param.getString("device_code"); // 请求点
|
||||
|
||||
Reference in New Issue
Block a user