公会薪资流水明细fixed
This commit is contained in:
@@ -64,7 +64,7 @@ public class GuildPolicy2AdminService {
|
||||
if (diamondWagePolicy2 == null) {
|
||||
continue;
|
||||
}
|
||||
record.setAnchorMicSalary(diamondWagePolicy2.getAnchorMicSalary());
|
||||
record.setAnchorDiamondSalary(diamondWagePolicy2.getAnchorDiamondSalary());
|
||||
record.setOwnerSalary(diamondWagePolicy2.getOwnerSalary());
|
||||
record.setAnchorMicSalary(diamondWagePolicy2.getAnchorMicSalary());
|
||||
}
|
||||
|
@@ -52,7 +52,7 @@ public class GuildPolicy2AdminController {
|
||||
@ApiOperation(value = "查询公会成员薪资明细导出", httpMethod = "GET")
|
||||
@GetMapping("/queryMemberExport")
|
||||
public void queryMemberExport(HttpServletResponse response, Long ownerErbanNo, Integer guildId, Long erbanNo,
|
||||
Integer partitionId, String startDate, String endDate) throws IOException {
|
||||
@RequestParam(defaultValue = "8") Integer partitionId, String startDate, String endDate) throws IOException {
|
||||
PageResult<GuildPolicy2MemberAdminVo> pageResult = guildPolicy2AdminService
|
||||
.queryMemberPage(ownerErbanNo, guildId, erbanNo, partitionId, startDate, endDate, -1, -1);
|
||||
response.setContentType("application/vnd.ms-excel");
|
||||
|
Reference in New Issue
Block a user