|
@@ -130,7 +130,7 @@ func (PGClass) SttPlanDetailBatchSave(optUserId int64, objectShopId int64, jsonS
|
|
|
func (PGClass) STTBasicListQuery(optUserId int64, objectShopId int64, jsonStr string, verfStr string) (result string, err error) {
|
|
func (PGClass) STTBasicListQuery(optUserId int64, objectShopId int64, jsonStr string, verfStr string) (result string, err error) {
|
|
|
- err = getClient().Raw("select fn_stt_basic_lost_query(? ,? ,?, ? )", optUserId, objectShopId, jsonStr, verfStr).
|
|
|
|
|
|
|
+ err = getClient().Raw("select fn_stt_basic_list_query(? ,? ,?, ? )", optUserId, objectShopId, jsonStr, verfStr).
|