|
|
@@ -168,8 +168,8 @@ public class PayServiceImpl implements PayService {
|
|
|
workingEmployeeIds.forEach(e->{
|
|
|
List<Map> formValue = new ArrayList<>();
|
|
|
List<String> empList = new ArrayList<>();
|
|
|
-// empList.add(e);
|
|
|
- empList.add("153620324221442254");
|
|
|
+ empList.add(e);
|
|
|
+// empList.add("153620324221442254");
|
|
|
formValue.add(UtilMap.map("name, value","流水号",serial));
|
|
|
formValue.add(UtilMap.map("name, value","宣讲明细",JSON.toJSONString(lastList)));
|
|
|
formValue.add(UtilMap.map("name, value","宜搭班组会id",formInstanceId));
|