Joburgess 4 лет назад
Родитель
Сommit
3f1450f51e
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      mec-biz/src/main/resources/config/mybatis/SysCouponCodeMapper.xml

+ 1 - 0
mec-biz/src/main/resources/config/mybatis/SysCouponCodeMapper.xml

@@ -157,6 +157,7 @@
 	<select id="querySysCouponUseList" resultMap="SysCouponCodeDto">
 		SELECT
 			organ.name_ organ_name_,
+		    scc.user_id_,
 			su.username_,
 			su.phone_,
 			scc.coupon_id_,