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