|
@@ -93,6 +93,11 @@ func Calculate(varietyId int, sysUserId int, sysUserName string) (err error) {
|
|
for tmpDate := startDate; !tmpDate.After(lastDate); tmpDate = tmpDate.AddDate(0, 0, 1) {
|
|
for tmpDate := startDate; !tmpDate.After(lastDate); tmpDate = tmpDate.AddDate(0, 0, 1) {
|