智慧农业后台管理
tangzy
2022-06-06 fe9a0e82ce550d4c819cd002ca98f9c4aeb028cc
农资统计
1 files modified
2 ■■■ changed files
src/main/java/org/springblade/modules/stock/mapper/StockMapper.xml 2 ●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/stock/mapper/StockMapper.xml
@@ -220,7 +220,7 @@
    <if test="startTime!=null and startTime!=''">
        and time1 &gt;= #{stock.startTime}
    </if>
    <if test="stock.endTime!=null and stock.endTime!=''">
        <if test="endTime!=null and endTime!=''">
        and time1 &lt;= #{stock.endTime}
    </if>
    GROUP BY stock_id1) lyc ON lyc.stock_id1 = a.id