智慧农业后台管理
xiebin
2022-09-22 cc1239bf95ee3f1880b0b4fa462a7fd40664cfb2
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">