This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
k18-ntcs-web-ntc/src/main/resources/sql/20180926/update_service.sql
2018-09-26 15:06:10 +08:00

3 lines
195 B
SQL

#update national code
update function_service_dict set service_name='APP_PAYLOAD' where dict_id in (127,132);
update function_service_dict set service_name='APP_DNS' where dict_id in (129,133);