结算是上一期

This commit is contained in:
苏尹岚
2020-08-28 08:40:47 +08:00
parent b057521ed0
commit 753e810b03
2 changed files with 6 additions and 2 deletions

View File

@@ -970,3 +970,7 @@ func GetDefendPriceIssue() (issue int) {
}
return issue
}
func GetLastDefendPriceIssue() (issue int) {
return utils.Str2Int(time.Now().AddDate(0, 0, 1).Format("20060102"))
}