张延森 4 年 前
コミット
9698cb09f8
共有2 個のファイルを変更した5 個の追加2 個の削除を含む
  1. 1
    1
      pom.xml
  2. 4
    1
      src/main/resources/mapper/property/BillInvoiceMapper.xml

+ 1
- 1
pom.xml ファイルの表示

@@ -10,7 +10,7 @@
10 10
 	</parent>
11 11
 	<groupId>com.huiju</groupId>
12 12
 	<artifactId>xiangsong</artifactId>
13
-	<version>1.0.59</version>
13
+	<version>1.0.61</version>
14 14
 	<name>xiangsong</name>
15 15
 	<description>香颂</description>
16 16
 

+ 4
- 1
src/main/resources/mapper/property/BillInvoiceMapper.xml ファイルの表示

@@ -134,6 +134,7 @@
134 134
         SELECT
135 135
         i.id,
136 136
         i.bill_invoice_explain as billInvoiceExplain,
137
+        b.is_ticket as isTicket,
137 138
         i.pay_price AS payPrice,
138 139
         i.ta_user_id AS taUserId,
139 140
         i.bill_status AS billStatus,
@@ -156,7 +157,8 @@
156 157
         </if>
157 158
         and i.status=1
158 159
         AND i.room_no_id in (SELECT room_no_id
159
-        from ta_user_verify WHERE person_id = #{personId} and role_id = 1
160
+        from ta_user_verify WHERE person_id = #{personId}
161
+<!--        and role_id = 1-->
160 162
         <if test="taUserVerifyId != null">
161 163
             AND id = #{taUserVerifyId}
162 164
         </if>
@@ -167,6 +169,7 @@
167 169
     SELECT
168 170
         i.id,
169 171
         i.bill_invoice_explain AS billInvoiceExplain,
172
+        b.is_ticket as isTicket,
170 173
         i.pay_price AS payPrice,
171 174
         i.pay_date as payDate,
172 175
         i.ta_user_id AS taUserId,