9 lines
156 B
SQL
9 lines
156 B
SQL
SELECT
|
|
SysPointId
|
|
, PointName
|
|
, PointCode
|
|
, Sort
|
|
, IsDelete
|
|
, TaskType
|
|
FROM ods_erp_tb_cp_syspoint_d
|
|
where ifnull(IsDelete,0)=0 |