@ -187,9 +187,9 @@ public interface SysUserMapper extends BaseMapper<SysUser> {
@Select("SELECT za.contents FROM customercollectgoods AS crg LEFT JOIN goods_accessories AS ga ON crg.goods_id = ga.goods_id LEFT JOIN zy_accessories AS za ON ga.accessories_id = za.id where crg.id=#{id}")
List<String>getscgoodfi(Stringid);
@Select("select id from customer_receiving_address where update_by =#{needuname}")
@Select("select id from customer_receiving_address where user_id =#{needuname}")
List<String>getuserdizhi(Stringneeduname);
@Select("select id from customer_invoice where update_by =#{needuname}")
@Select("select id from customer_invoice where user_id =#{needuname}")