| | |
| | | WHERE stock_type1 = 1 |
| | | AND type1 = 0 |
| | | <if test="stock.startTime!=null and stock.startTime!=''"> |
| | | and time1 >= #{stock.startTime} |
| | | and DATE_FORMAT(time1,'%Y-%m-%d') >= #{stock.startTime} |
| | | </if> |
| | | <if test="stock.endTime!=null and stock.endTime!=''"> |
| | | and time1 <= #{stock.endTime} |
| | | and DATE_FORMAT(time1,'%Y-%m-%d') <= #{stock.endTime} |
| | | </if> |
| | | <if test="stock.deptId!=null and stock.deptId!=''"> |
| | | and dept_id = #{stock.deptId} |
| | | </if> |
| | | GROUP BY stock_id1) cg ON cg.stock_id1 = a.id |
| | | LEFT JOIN (SELECT stock_id1, SUM(census) AS dbrknum |
| | |
| | | WHERE stock_type1 = 1 |
| | | AND type1 = 1 |
| | | <if test="stock.startTime!=null and stock.startTime!=''"> |
| | | and time1 >= #{stock.startTime} |
| | | and DATE_FORMAT(time1,'%Y-%m-%d') >= #{stock.startTime} |
| | | </if> |
| | | <if test="stock.endTime!=null and stock.endTime!=''"> |
| | | and time1 <= #{stock.endTime} |
| | | and DATE_FORMAT(time1,'%Y-%m-%d') <= #{stock.endTime} |
| | | </if> |
| | | <if test="stock.deptId!=null and stock.deptId!=''"> |
| | | and dept_id = #{stock.deptId} |
| | | </if> |
| | | GROUP BY stock_id1) dbr ON dbr.stock_id1 = a.id |
| | | LEFT JOIN (SELECT stock_id1, SUM(census) AS lycknum |
| | |
| | | WHERE stock_type1 = 0 |
| | | AND type1 = 0 |
| | | <if test="stock.startTime!=null and stock.startTime!=''"> |
| | | and time1 >= #{stock.startTime} |
| | | and DATE_FORMAT(time1,'%Y-%m-%d') >= #{stock.startTime} |
| | | </if> |
| | | <if test="stock.endTime!=null and stock.endTime!=''"> |
| | | and time1 <= #{stock.endTime} |
| | | and DATE_FORMAT(time1,'%Y-%m-%d') <= #{stock.endTime} |
| | | </if> |
| | | <if test="stock.deptId!=null and stock.deptId!=''"> |
| | | and dept_id = #{stock.deptId} |
| | | </if> |
| | | GROUP BY stock_id1) lyc ON lyc.stock_id1 = a.id |
| | | LEFT JOIN (SELECT stock_id1, SUM(census) AS dbcknum |
| | |
| | | WHERE stock_type1 = 0 |
| | | AND type1 = 1 |
| | | <if test="stock.startTime!=null and stock.startTime!=''"> |
| | | and time1 >= #{stock.startTime} |
| | | and DATE_FORMAT(time1,'%Y-%m-%d') >= #{stock.startTime} |
| | | </if> |
| | | <if test="stock.endTime!=null and stock.endTime!=''"> |
| | | and time1 <= #{stock.endTime} |
| | | and DATE_FORMAT(time1,'%Y-%m-%d') <= #{stock.endTime} |
| | | </if> |
| | | <if test="stock.deptId!=null and stock.deptId!=''"> |
| | | and dept_id = #{stock.deptId} |
| | | </if> |
| | | GROUP BY stock_id1) dbc ON dbc.stock_id1 = a.id |
| | | LEFT JOIN (SELECT stock_id1, SUM(census) AS bfcknum |
| | |
| | | WHERE stock_type1 = 0 |
| | | AND type1 = 2 |
| | | <if test="stock.startTime!=null and stock.startTime!=''"> |
| | | and time1 >= #{stock.startTime} |
| | | and DATE_FORMAT(time1,'%Y-%m-%d') >= #{stock.startTime} |
| | | </if> |
| | | <if test="stock.endTime!=null and stock.endTime!=''"> |
| | | and time1 <= #{stock.endTime} |
| | | and DATE_FORMAT(time1,'%Y-%m-%d') <= #{stock.endTime} |
| | | </if> |
| | | <if test="stock.deptId!=null and stock.deptId!=''"> |
| | | and dept_id = #{stock.deptId} |
| | | </if> |
| | | GROUP BY stock_id1) bfc ON bfc.stock_id1 = a.id |
| | | </select> |
| | |
| | | sto.type |
| | | FROM `sys_stock` st |
| | | LEFT JOIN (SELECT id, type FROM sys_stockfactory) sto ON st.stock_id = sto.id |
| | | WHERE st.is_deleted = 0 and dept_id=#{deptId} |
| | | WHERE st.is_deleted = 0 |
| | | and dept_id = #{deptId} |
| | | </select> |
| | | |
| | | <!--小程序数据统计--> |
| | |
| | | WHERE stock_type1 = 1 |
| | | AND type1 = 0 |
| | | <if test="startTime!=null and startTime!=''"> |
| | | and time1 >= #{startTime} |
| | | and DATE_FORMAT(time1,'%Y-%m-%d') >= #{startTime} |
| | | </if> |
| | | <if test="endTime!=null and endTime!=''"> |
| | | and time1 <= #{endTime} |
| | | and DATE_FORMAT(time1,'%Y-%m-%d') <= #{endTime} |
| | | </if> |
| | | <if test="deptId!=null and deptId!=''"> |
| | | and dept_id = #{deptId} |
| | | </if> |
| | | GROUP BY stock_id1) cg ON cg.stock_id1 = a.id |
| | | LEFT JOIN (SELECT stock_id1, SUM(census) AS dbrknum |
| | |
| | | WHERE stock_type1 = 1 |
| | | AND type1 = 1 |
| | | <if test="startTime!=null and startTime!=''"> |
| | | and time1 >= #{startTime} |
| | | and DATE_FORMAT(time1,'%Y-%m-%d') >= #{startTime} |
| | | </if> |
| | | <if test="endTime!=null and endTime!=''"> |
| | | and time1 <= #{endTime} |
| | | and DATE_FORMAT(time1,'%Y-%m-%d') <= #{endTime} |
| | | </if> |
| | | <if test="deptId!=null and deptId!=''"> |
| | | and dept_id = #{deptId} |
| | | </if> |
| | | GROUP BY stock_id1) dbr ON dbr.stock_id1 = a.id |
| | | LEFT JOIN (SELECT stock_id1, SUM(census) AS lycknum |
| | |
| | | WHERE stock_type1 = 0 |
| | | AND type1 = 0 |
| | | <if test="startTime!=null and startTime!=''"> |
| | | and time1 >= #{startTime} |
| | | and DATE_FORMAT(time1,'%Y-%m-%d') >= #{startTime} |
| | | </if> |
| | | <if test="endTime!=null and endTime!=''"> |
| | | and time1 <= #{endTime} |
| | | and DATE_FORMAT(time1,'%Y-%m-%d') <= #{endTime} |
| | | </if> |
| | | <if test="deptId!=null and deptId!=''"> |
| | | and dept_id = #{deptId} |
| | | </if> |
| | | GROUP BY stock_id1) lyc ON lyc.stock_id1 = a.id |
| | | LEFT JOIN (SELECT stock_id1, SUM(census) AS dbcknum |
| | |
| | | WHERE stock_type1 = 0 |
| | | AND type1 = 1 |
| | | <if test="startTime!=null and startTime!=''"> |
| | | and time1 >= #{startTime} |
| | | and DATE_FORMAT(time1,'%Y-%m-%d') >= #{startTime} |
| | | </if> |
| | | <if test="endTime!=null and endTime!=''"> |
| | | and time1 <= #{endTime} |
| | | and DATE_FORMAT(time1,'%Y-%m-%d') <= #{endTime} |
| | | </if> |
| | | <if test="deptId!=null and deptId!=''"> |
| | | and dept_id = #{deptId} |
| | | </if> |
| | | GROUP BY stock_id1) dbc ON dbc.stock_id1 = a.id |
| | | LEFT JOIN (SELECT stock_id1, SUM(census) AS bfcknum |
| | |
| | | WHERE stock_type1 = 0 |
| | | AND type1 = 2 |
| | | <if test="startTime!=null and startTime!=''"> |
| | | and time1 >= #{startTime} |
| | | and DATE_FORMAT(time1,'%Y-%m-%d') >= #{startTime} |
| | | </if> |
| | | <if test="endTime!=null and endTime!=''"> |
| | | and time1 <= #{endTime} |
| | | and DATE_FORMAT(time1,'%Y-%m-%d') <= #{endTime} |
| | | </if> |
| | | <if test="deptId!=null and deptId!=''"> |
| | | and dept_id = #{deptId} |
| | | </if> |
| | | GROUP BY stock_id1) bfc ON bfc.stock_id1 = a.id |
| | | </select> |