Authored by mali

Merge branch 'master' into hotfix_erp_addMobile_1218

@@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
25 select 25 select
26 count(id) 26 count(id)
27 from seller_wallet_detail 27 from seller_wallet_detail
28 - where uid = #{uid,jdbcType=INTEGER} and is_batch = 0 and type in (32,33) 28 + where uid = #{uid,jdbcType=INTEGER} and is_batch = 0 and type in (31,32,33)
29 </select> 29 </select>
30 30
31 31
@@ -64,7 +64,7 @@ @@ -64,7 +64,7 @@
64 64
65 new ClipboardJS('#addressCopy', { 65 new ClipboardJS('#addressCopy', {
66 text: function() { 66 text: function() {
67 - return address; 67 + return name + '\r\n' + mobile + '\r\n' + address;
68 } 68 }
69 }); 69 });
70 } 70 }
@@ -64,7 +64,7 @@ @@ -64,7 +64,7 @@
64 64
65 new ClipboardJS('#rejectAddressCopy', { 65 new ClipboardJS('#rejectAddressCopy', {
66 text: function() { 66 text: function() {
67 - return address; 67 + return name + '\r\n' + mobile + '\r\n' + address;
68 } 68 }
69 }); 69 });
70 } 70 }