Merge pull request '处理打款' (#10) from test into master

Reviewed-on: https://git.oa00.com/jyy/recook-plus/pulls/10
master
杨赟 3 years ago
commit 4062d872fd

@ -66,7 +66,7 @@ func UploadExcel(c *gin.Context) {
// }
//}
if r[17] == "已打款" || r[17] == "已支付" {
if r[15] == "已打款" || r[15] == "已支付" {
id, _ := strconv.Atoi(r[2])
if id <= 0 {
continue

Loading…
Cancel
Save