修改完成订单部分退款时结算异常
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user