| 
														
															@@ -445,7 +445,6 @@ module.exports = class UserController extends shopController { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															    */ 
														 | 
														
														 | 
														
															    */ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   async userCommissionLog() { 
														 | 
														
														 | 
														
															   async userCommissionLog() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     const that = this; 
														 | 
														
														 | 
														
															     const that = this; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    const seq = that.app.Sequelize; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     try { 
														 | 
														
														 | 
														
															     try { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       const data = await that.ctx.validate(that.userMoneyValidate, await that.ctx.getParse()); 
														 | 
														
														 | 
														
															       const data = await that.ctx.validate(that.userMoneyValidate, await that.ctx.getParse()); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       const selectBean = await that.app.comoBean.instance(data, { 
														 | 
														
														 | 
														
															       const selectBean = await that.app.comoBean.instance(data, { 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -454,7 +453,6 @@ module.exports = class UserController extends shopController { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         order: [ [ 'log_id', 'desc' ] ], 
														 | 
														
														 | 
														
															         order: [ [ 'log_id', 'desc' ] ], 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         include: [ { 
														 | 
														
														 | 
														
															         include: [ { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           model: that.app.model.Orders, 
														 | 
														
														 | 
														
															           model: that.app.model.Orders, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-          where: { order_status: { [seq.Op.in]: [ 1, 2, 3, 4 ] } }, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           attributes: [ 'order_id', 'order_status', 'order_amount', ], 
														 | 
														
														 | 
														
															           attributes: [ 'order_id', 'order_status', 'order_amount', ], 
														 | 
													
												
											
												
													
														| 
														 | 
														
															           as: 'order' 
														 | 
														
														 | 
														
															           as: 'order' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         } ], 
														 | 
														
														 | 
														
															         } ], 
														 |