update T_BD_MATERIALPLAN set FMinPOQty=0.00 where FMATERIALID in(select FMATERIALID from T_BD_MATERIAL where FNUMBER='05002-1'); update T_BD_MATERIALP
阿里波波
发布于 2025-05-25
import os import requests import json import math import time import sqlite3 import hashlib from datetime import datetime from json im
阿里波波
发布于 2025-01-24