智慧农业后台管理
guoshilong
2022-07-22 fdff4ca4813fc77a9006309ed4e5c232b4f3c85e
src/main/java/org/springblade/modules/soldrecord/mapper/SoldrecordMapper.xml
@@ -103,8 +103,8 @@
    <update id="updateSold">
        update sys_soldr
        set amount1=#{amount}
        where sid = #{id}
        set amount1=#{amount}, census=#{census}
        where id = #{id}
    </update>
    <delete id="delc">