## 188查询会员信息接口调整;

This commit is contained in:
cabbage 2025-07-22 15:18:42 +08:00
parent dd62a68bd8
commit d90dff80ce
1 changed files with 1 additions and 1 deletions

View File

@ -2574,7 +2574,7 @@
inner join cu_member cm
on cm.pk_id = so.pk_creator
where so.del_flag = 0
and so.order_type = 7
and so.order_type = 3
and so.order_code = #{orderCode}
</select>