智慧农业后台管理
xiebin
2022-08-04 b7b04173afd9a05cedda9f44c53e52847806fb51
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 sid = #{sid}
    </update>
    <delete id="delc">