客户库存盘点明细
This commit is contained in:
		
							parent
							
								
									78cf4b37fe
								
							
						
					
					
						commit
						2ba2b59130
					
				|  | @ -72,7 +72,7 @@ | ||||||
|         b.count_num, |         b.count_num, | ||||||
|         b.goods_num |         b.goods_num | ||||||
|         FROM crm_inventory_info a |         FROM crm_inventory_info a | ||||||
|         LEFT JOIN pd1 b ON a.id = b.bill_id |         LEFT JOIN client_pd_num_view b ON a.id = b.bill_id | ||||||
|         WHERE a.confirm_status = '1' AND a.company_id = #{companyId} |         WHERE a.confirm_status = '1' AND a.company_id = #{companyId} | ||||||
|         <include refid="dateSel_a" /> |         <include refid="dateSel_a" /> | ||||||
|         ) tt1 |         ) tt1 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue