修改完成订单部分退款时结算异常

This commit is contained in:
邹宗楠
2024-06-28 15:42:01 +08:00
parent 83cf27e758
commit 2aa17fc2ed
4 changed files with 98 additions and 34 deletions

View File

@@ -170,7 +170,7 @@ func GetServiceInfo(ctx *jxcontext.Context) map[string]interface{} {
}
func GetPlaces(ctx *jxcontext.Context, keyword string, includeDisabled bool, params map[string]interface{}) ([]*model.Place, error) {
sql := `
sql := `
SELECT *
FROM place t1
WHERE 1 = 1