智慧农业后台管理
Administrator
2022-07-01 3c18ab6cd51082eefdc1e3ef28751dd46db3faab
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">