|
@@ -186,7 +186,7 @@ public class WorkerComListLogic {
|
|
|
* @param workerNumber
|
|
|
*/
|
|
|
public List<CommonListES> record(String comListId, String workerNumber) {
|
|
|
- List<CommonListES> list = esLogic.list(Arrays.asList(workerNumber), workerNumber, comListId);
|
|
|
+ List<CommonListES> list = esLogic.list(null, workerNumber, comListId);
|
|
|
return list;
|
|
|
}
|
|
|
|