Commit 52522312 authored by hongguangwu's avatar hongguangwu

委托备注

parent 5faf50f3
...@@ -157,7 +157,7 @@ public class FundHandleExportVo implements Serializable { ...@@ -157,7 +157,7 @@ public class FundHandleExportVo implements Serializable {
private String providentHouseholdName; private String providentHouseholdName;
/** /**
* *
*委托备注 *委托备注——2022-11-10 16:54:32与房工讨论,由于派增派减两个委托备注,只能取派单表里的委托备注,社保公积金的委托备注字段废弃
**/ **/
@ExcelAttribute(name = "委托备注",needExport = true) @ExcelAttribute(name = "委托备注",needExport = true)
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
......
...@@ -386,7 +386,7 @@ public class SocialHandleExportVo implements Serializable { ...@@ -386,7 +386,7 @@ public class SocialHandleExportVo implements Serializable {
private BigDecimal personalBigailmentMoney; private BigDecimal personalBigailmentMoney;
/** /**
* *
*委托备注 *委托备注——2022-11-10 16:54:32与房工讨论,由于派增派减两个委托备注,只能取派单表里的委托备注,社保公积金的委托备注字段废弃
**/ **/
@ExcelAttribute(name = "委托备注",needExport = true) @ExcelAttribute(name = "委托备注",needExport = true)
@Schema(description = "委托备注") @Schema(description = "委托备注")
......
...@@ -786,7 +786,7 @@ ...@@ -786,7 +786,7 @@
s.UNIT_BIGAILMENT_CARDINAL, s.UNIT_BIGAILMENT_CARDINAL,
s.UNIT_BIGAILMENT_MONEY, s.UNIT_BIGAILMENT_MONEY,
s.PERSONAL_BIGAILMENT_MONEY, s.PERSONAL_BIGAILMENT_MONEY,
s.TRUST_REMARK, a.TRUST_REMARK,
a.REDUCE_REASON a.REDUCE_REASON
<include refid="where_getSocialRecordRoster"/> <include refid="where_getSocialRecordRoster"/>
</select> </select>
...@@ -846,7 +846,7 @@ ...@@ -846,7 +846,7 @@
f.FUND_PROVINCE, f.FUND_PROVINCE,
f.FUND_CITY, f.FUND_CITY,
f.FUND_TOWN, f.FUND_TOWN,
f.TRUST_REMARK a.TRUST_REMARK
<include refid="where_getFundRecord"/> <include refid="where_getFundRecord"/>
</select> </select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment