Commit 5b28cad0 authored by huyuchen's avatar huyuchen

Merge remote-tracking branch 'origin/MVP1.5' into MVP1.5

parents 86b52ddc 16c71355
...@@ -8,7 +8,7 @@ ARG JAR_FILE=target/yifu-insurances-biz.jar ...@@ -8,7 +8,7 @@ ARG JAR_FILE=target/yifu-insurances-biz.jar
COPY ${JAR_FILE} app.jar COPY ${JAR_FILE} app.jar
EXPOSE 5002 EXPOSE 5005
ENV TZ=Asia/Shanghai JAVA_OPTS="-Xms128m -Xmx256m -Djava.security.egd=file:/dev/./urandom" ENV TZ=Asia/Shanghai JAVA_OPTS="-Xms128m -Xmx256m -Djava.security.egd=file:/dev/./urandom"
......
...@@ -8,7 +8,7 @@ ARG JAR_FILE=target/yifu-order-biz.jar ...@@ -8,7 +8,7 @@ ARG JAR_FILE=target/yifu-order-biz.jar
COPY ${JAR_FILE} app.jar COPY ${JAR_FILE} app.jar
EXPOSE 5002 EXPOSE 5006
ENV TZ=Asia/Shanghai JAVA_OPTS="-Xms128m -Xmx256m -Djava.security.egd=file:/dev/./urandom" ENV TZ=Asia/Shanghai JAVA_OPTS="-Xms128m -Xmx256m -Djava.security.egd=file:/dev/./urandom"
......
...@@ -8,7 +8,7 @@ ARG JAR_FILE=target/yifu-salary-biz.jar ...@@ -8,7 +8,7 @@ ARG JAR_FILE=target/yifu-salary-biz.jar
COPY ${JAR_FILE} app.jar COPY ${JAR_FILE} app.jar
EXPOSE 5002 EXPOSE 5003
ENV TZ=Asia/Shanghai JAVA_OPTS="-Xms128m -Xmx256m -Djava.security.egd=file:/dev/./urandom" ENV TZ=Asia/Shanghai JAVA_OPTS="-Xms128m -Xmx256m -Djava.security.egd=file:/dev/./urandom"
......
...@@ -33,9 +33,10 @@ public class SocialHandleExportVo implements Serializable { ...@@ -33,9 +33,10 @@ public class SocialHandleExportVo implements Serializable {
/** /**
* 社保办理状态 0 未办理 1 全部办理成功(原-已办理) 2 全部办理失败(原-办理失败) 3已派减 4办理中 (20210609派单拆分新增fxj) 5部分办理失败 6 派减办理中 7 派减部分办理失败 * 社保办理状态 0 未办理 1 全部办理成功(原-已办理) 2 全部办理失败(原-办理失败) 3已派减 4办理中 (20210609派单拆分新增fxj) 5部分办理失败 6 派减办理中 7 派减部分办理失败
* 0 未办理 1 全部办理成功(原-已办理) 2 全部办理失败(原-办理失败) 3 部分办理成功 4 办理中
*/ */
@Schema(description = "社保办理状态") @Schema(description = "社保办理状态")
@ExcelAttribute(name = "社保办理状态", readConverterExp = "0=未办理,1=全部办理成功,2=全部办理失败,3=已派减,4=办理中,5=部分办理失败,6=派减办理中,7=派减部分办理失败", needExport = true) @ExcelAttribute(name = "社保办理状态", readConverterExp = "0=未办理,1=全部办理成功,2=全部办理失败,3=部分办理成功,4=办理中", needExport = true)
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("社保办理状态" ) @ExcelProperty("社保办理状态" )
private String socialHandleStatus; private String socialHandleStatus;
...@@ -43,7 +44,7 @@ public class SocialHandleExportVo implements Serializable { ...@@ -43,7 +44,7 @@ public class SocialHandleExportVo implements Serializable {
/** /**
* 养老办理状态:0待办理1办理成功2办理失败3已派减4派减失败 * 养老办理状态:0待办理1办理成功2办理失败3已派减4派减失败
*/ */
@ExcelAttribute(name = "养老状态" , maxLength = 1 , readConverterExp = "0=待办理,1=办理成功,2=办理失败,3=已派减,4=派减失败,null=——", needExport = true) @ExcelAttribute(name = "养老状态" , maxLength = 1 , readConverterExp = "0=派增待办理,1=派增办理成功,2=派增办理失败,3=派增已派减,4=派减失败,5=派减待办理,null=——", needExport = true)
@Schema(description="养老办理状态:0待办理1办理成功2办理失败3已派减") @Schema(description="养老办理状态:0待办理1办理成功2办理失败3已派减")
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("养老状态" ) @ExcelProperty("养老状态" )
...@@ -51,7 +52,7 @@ public class SocialHandleExportVo implements Serializable { ...@@ -51,7 +52,7 @@ public class SocialHandleExportVo implements Serializable {
/** /**
* 医疗办理状态:0待办理1办理成功2办理失败3已派减4派减失败 * 医疗办理状态:0待办理1办理成功2办理失败3已派减4派减失败
*/ */
@ExcelAttribute(name = "医疗状态" , maxLength = 1 , readConverterExp = "0=待办理,1=办理成功,2=办理失败,3=已派减,4=派减失败,null=——", needExport = true) @ExcelAttribute(name = "医疗状态" , maxLength = 1 , readConverterExp = "0=派增待办理,1=派增办理成功,2=派增办理失败,3=派增已派减,4=派减失败,5=派减待办理,null=——", needExport = true)
@Schema(description="医疗办理状态:0待办理1办理成功2办理失败3已派减") @Schema(description="医疗办理状态:0待办理1办理成功2办理失败3已派减")
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("医疗状态" ) @ExcelProperty("医疗状态" )
...@@ -59,7 +60,7 @@ public class SocialHandleExportVo implements Serializable { ...@@ -59,7 +60,7 @@ public class SocialHandleExportVo implements Serializable {
/** /**
* 失业办理状态:0待办理1办理成功2办理失败3已派减4派减失败 * 失业办理状态:0待办理1办理成功2办理失败3已派减4派减失败
*/ */
@ExcelAttribute(name = "失业状态" , maxLength = 1 , readConverterExp = "0=待办理,1=办理成功,2=办理失败,3=已派减,4=派减失败,null=——", needExport = true) @ExcelAttribute(name = "失业状态" , maxLength = 1 , readConverterExp = "0=派增待办理,1=派增办理成功,2=派增办理失败,3=派增已派减,4=派减失败,5=派减待办理,null=——", needExport = true)
@Schema(description="失业办理状态:0待办理1办理成功2办理失败3已派减") @Schema(description="失业办理状态:0待办理1办理成功2办理失败3已派减")
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("失业状态" ) @ExcelProperty("失业状态" )
...@@ -67,7 +68,7 @@ public class SocialHandleExportVo implements Serializable { ...@@ -67,7 +68,7 @@ public class SocialHandleExportVo implements Serializable {
/** /**
* 工伤办理状态:0待办理1办理成功2办理失败3已派减4派减失败 * 工伤办理状态:0待办理1办理成功2办理失败3已派减4派减失败
*/ */
@ExcelAttribute(name = "工伤状态" , maxLength = 1 , readConverterExp = "0=待办理,1=办理成功,2=办理失败,3=已派减,4=派减失败,null=——", needExport = true) @ExcelAttribute(name = "工伤状态" , maxLength = 1 , readConverterExp = "0=派增待办理,1=派增办理成功,2=派增办理失败,3=派增已派减,4=派减失败,5=派减待办理,null=——", needExport = true)
@Schema(description="工伤办理状态:0待办理1办理成功2办理失败3已派减") @Schema(description="工伤办理状态:0待办理1办理成功2办理失败3已派减")
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("工伤状态" ) @ExcelProperty("工伤状态" )
...@@ -75,7 +76,7 @@ public class SocialHandleExportVo implements Serializable { ...@@ -75,7 +76,7 @@ public class SocialHandleExportVo implements Serializable {
/** /**
* 生育办理状态:0待办理1办理成功2办理失败3已派减4派减失败 * 生育办理状态:0待办理1办理成功2办理失败3已派减4派减失败
*/ */
@ExcelAttribute(name = "生育状态" , maxLength = 1 , readConverterExp = "0=待办理,1=办理成功,2=办理失败,3=已派减,4=派减失败,null=——", needExport = true) @ExcelAttribute(name = "生育状态" , maxLength = 1 , readConverterExp = "0=派增待办理,1=派增办理成功,2=派增办理失败,3=派增已派减,4=派减失败,5=派减待办理,null=——", needExport = true)
@Schema(description="生育办理状态:0待办理1办理成功2办理失败3已派减") @Schema(description="生育办理状态:0待办理1办理成功2办理失败3已派减")
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("生育状态" ) @ExcelProperty("生育状态" )
...@@ -83,7 +84,7 @@ public class SocialHandleExportVo implements Serializable { ...@@ -83,7 +84,7 @@ public class SocialHandleExportVo implements Serializable {
/** /**
* 大病办理状态:0待办理1办理成功2办理失败3已派减4派减失败 * 大病办理状态:0待办理1办理成功2办理失败3已派减4派减失败
*/ */
@ExcelAttribute(name = "大病状态" , maxLength = 1 , readConverterExp = "0=待办理,1=办理成功,2=办理失败,3=已派减,4=派减失败,null=——", needExport = true) @ExcelAttribute(name = "大病状态" , maxLength = 1 , readConverterExp = "0=派增待办理,1=派增办理成功,2=派增办理失败,3=派增已派减,4=派减失败,5=派减待办理,null=——", needExport = true)
@Schema(description="大病办理状态:0待办理1办理成功2办理失败3已派减") @Schema(description="大病办理状态:0待办理1办理成功2办理失败3已派减")
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("大病状态" ) @ExcelProperty("大病状态" )
......
...@@ -26,6 +26,7 @@ import io.swagger.v3.oas.annotations.media.Schema; ...@@ -26,6 +26,7 @@ import io.swagger.v3.oas.annotations.media.Schema;
import lombok.Data; import lombok.Data;
import org.hibernate.validator.constraints.Length; import org.hibernate.validator.constraints.Length;
import javax.validation.constraints.NotBlank;
import java.math.BigDecimal; import java.math.BigDecimal;
import java.time.LocalDateTime; import java.time.LocalDateTime;
import java.util.Date; import java.util.Date;
...@@ -267,6 +268,26 @@ public class TDispatchInfoExportVo { ...@@ -267,6 +268,26 @@ public class TDispatchInfoExportVo {
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("公积金办理时间" ) @ExcelProperty("公积金办理时间" )
private Date fundHandleTime; private Date fundHandleTime;
/**
* 公积金缴纳基数
*/
@NotBlank(message = "公积金缴纳基数不能为空" )
@ExcelAttribute(name = "公积金缴纳基数", isNotEmpty = true, errorInfo = "公积金缴纳基数不能为空" )
@Schema(description = "公积金缴纳基数" )
@HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("公积金缴纳基数" )
private BigDecimal unitProvidengCardinal;
/**
* 公积金缴纳比例
*/
@ExcelAttribute(name = "公积金缴纳比例" )
@Schema(description = "公积金缴纳比例" )
@HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("公积金缴纳比例" )
private BigDecimal unitProvidentPer;
/** /**
* 养老基数 * 养老基数
*/ */
...@@ -374,43 +395,43 @@ public class TDispatchInfoExportVo { ...@@ -374,43 +395,43 @@ public class TDispatchInfoExportVo {
@ExcelProperty("申请编码") @ExcelProperty("申请编码")
private String applyNo; private String applyNo;
@ExcelAttribute(name = "社保办理状态", readConverterExp = "0=待办理,1=办理成功,2=办理失败,3=部分办理失败,4=办理中") //@ExcelAttribute(name = "社保办理状态", readConverterExp = "0=待办理,1=办理成功,2=办理失败,3=部分办理失败,4=办理中")
@Schema(description = "社保办理状态 0 待办理 1 办理成功 2 办理失败 3 部分办理失败 4 办理中") @Schema(description = "社保办理状态 0 待办理 1 办理成功 2 办理失败 3 部分办理失败 4 办理中")
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("社保办理状态") @ExcelProperty("社保办理状态")
private String socialHandleStatus; private String socialHandleStatus;
@ExcelAttribute(name = "养老办理状态", readConverterExp = "0=待办理,1=办理成功,2=办理失败,3=已派减") //@ExcelAttribute(name = "养老办理状态", readConverterExp = "0=待办理,1=办理成功,2=办理失败,3=已派减")
@Schema(description = "养老办理状态:0待办理1办理成功2办理失败3已派减" ) @Schema(description = "养老办理状态:0待办理1办理成功2办理失败3已派减" )
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("养老办理状态" ) @ExcelProperty("养老办理状态" )
private String pensionHandle; private String pensionHandle;
@ExcelAttribute(name = "医疗办理状态", readConverterExp = "0=待办理,1=办理成功,2=办理失败,3=已派减") //@ExcelAttribute(name = "医疗办理状态", readConverterExp = "0=待办理,1=办理成功,2=办理失败,3=已派减")
@Schema(description = "医疗办理状态:0待办理1办理成功2办理失败3已派减" ) @Schema(description = "医疗办理状态:0待办理1办理成功2办理失败3已派减" )
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("医疗办理状态" ) @ExcelProperty("医疗办理状态" )
private String medicalHandle; private String medicalHandle;
@ExcelAttribute(name = "失业办理状态", readConverterExp = "0=待办理,1=办理成功,2=办理失败,3=已派减") //@ExcelAttribute(name = "失业办理状态", readConverterExp = "0=待办理,1=办理成功,2=办理失败,3=已派减")
@Schema(description = "失业办理状态:0待办理1办理成功2办理失败3已派减" ) @Schema(description = "失业办理状态:0待办理1办理成功2办理失败3已派减" )
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("失业办理状态" ) @ExcelProperty("失业办理状态" )
private String unemployHandle; private String unemployHandle;
@ExcelAttribute(name = "工伤办理状态", readConverterExp = "0=待办理,1=办理成功,2=办理失败,3=已派减") //@ExcelAttribute(name = "工伤办理状态", readConverterExp = "0=待办理,1=办理成功,2=办理失败,3=已派减")
@Schema(description = "工伤办理状态:0待办理1办理成功2办理失败3已派减" ) @Schema(description = "工伤办理状态:0待办理1办理成功2办理失败3已派减" )
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("工伤办理状态" ) @ExcelProperty("工伤办理状态" )
private String workInjuryHandle; private String workInjuryHandle;
@ExcelAttribute(name = "生育办理状态", readConverterExp = "0=待办理,1=办理成功,2=办理失败,3=已派减") //@ExcelAttribute(name = "生育办理状态", readConverterExp = "0=待办理,1=办理成功,2=办理失败,3=已派减")
@Schema(description = "生育办理状态:0待办理1办理成功2办理失败3已派减" ) @Schema(description = "生育办理状态:0待办理1办理成功2办理失败3已派减" )
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("生育办理状态" ) @ExcelProperty("生育办理状态" )
private String birthHandle; private String birthHandle;
@ExcelAttribute(name = "大病办理状态", readConverterExp = "0=待办理,1=办理成功,2=办理失败,3=已派减") //@ExcelAttribute(name = "大病办理状态", readConverterExp = "0=待办理,1=办理成功,2=办理失败,3=已派减")
@Schema(description = "大病办理状态:0待办理1办理成功2办理失败3已派减" ) @Schema(description = "大病办理状态:0待办理1办理成功2办理失败3已派减" )
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("大病办理状态" ) @ExcelProperty("大病办理状态" )
...@@ -449,5 +470,4 @@ public class TDispatchInfoExportVo { ...@@ -449,5 +470,4 @@ public class TDispatchInfoExportVo {
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("公积金办理备注" ) @ExcelProperty("公积金办理备注" )
private String fundHandleRemark; private String fundHandleRemark;
} }
...@@ -2807,8 +2807,8 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T ...@@ -2807,8 +2807,8 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
temp.deleteCharAt(temp.length()-1); temp.deleteCharAt(temp.length()-1);
} }
dispatch.setDispatchItem(temp.toString()); dispatch.setDispatchItem(temp.toString());
dispatch.setBelongUnitName(socialFund.getUnitName()); dispatch.setBelongUnitName(setInfoVo.getCustomerName());
dispatch.setBelongUnit(socialFund.getUnitId()); dispatch.setBelongUnit(setInfoVo.getCustomerId());
if (Common.isNotNull(empVo)){ if (Common.isNotNull(empVo)){
dispatch.setEmpMobile(empVo.getEmpPhone()); dispatch.setEmpMobile(empVo.getEmpPhone());
dispatch.setEmpNational(empVo.getEmpNational()); dispatch.setEmpNational(empVo.getEmpNational());
......
...@@ -793,7 +793,9 @@ ...@@ -793,7 +793,9 @@
s.UNIT_BIGAILMENT_CARDINAL, s.UNIT_BIGAILMENT_CARDINAL,
s.UNIT_WORK_INJURY_CARDINAL, s.UNIT_WORK_INJURY_CARDINAL,
s.UNIT_BIRTH_CARDINAL, s.UNIT_BIRTH_CARDINAL,
c.PROVIDENT_HOUSEHOLD_NAME c.PROVIDENT_HOUSEHOLD_NAME,
c.UNIT_PROVIDENG_CARDINAL,
c.UNIT_PROVIDENT_PER
from t_dispatch_info a from t_dispatch_info a
left join t_social_info s on s.id=a.SOCIAL_ID left join t_social_info s on s.id=a.SOCIAL_ID
......
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