智慧农业后台管理
guoshilong
2022-08-25 cad8c2a3a09fe36e74a62c2058ac2af2e8c24cbf
src/main/java/org/springblade/modules/soldrecord/mapper/SoldrecordMapper.xml
@@ -103,6 +103,7 @@
        <if test="soldrecord.deptId != null and soldrecord.deptId !=''">
            and str.dept_id = #{soldrecord.deptId}
        </if>
        ORDER BY st.create_time DESC
    </select>
    <update id="updateSold">