@@ -212,6 +212,12 @@ public class WmScorePackage extends Model<WmScorePackage> {
@TableField(exist = false)
@ApiModelProperty(value = "结算成功时间")
private LocalDateTime notifyDate;
+
+ /**
+ * 提交到零工时间
+ */
+ @TableField(exist = false)
+ private LocalDateTime subToGigTime;
/**
* 创建人
*/
@@ -2059,6 +2059,7 @@ public class WmScorePackageServiceImpl extends ServiceImpl<WmScorePackageMapper,
if (note != null) {
scorePackage.setNotifyDate(note.getNotifyTime());
+ scorePackage.setSubToGigTime(note.getSubToGigTime());
}
if (packageType2 == 2) {