|
@@ -22,9 +22,9 @@ public interface ZhcxProjectDeviceIndicatorDao extends BaseMapper<ZhcxProjectDev
|
|
|
@Delete("<script>" +
|
|
|
"delete from ZHCX_PROJECT_DEVICE_INDICATOR " +
|
|
|
"<where>" +
|
|
|
- "<if test='prjId != null'>and PROJECTID = #{prjId}</if>" +
|
|
|
- "<if test='machineNo != null'>and MACHINENO = #{machineNo}</if>" +
|
|
|
- "<if test='type != null'>and TYPE = #{type}</if>" +
|
|
|
+ "<if test='prjId != null'> and PROJECTID = #{prjId} </if>" +
|
|
|
+ "<if test='machineNo != null'> and MACHINENO = #{machineNo} </if>" +
|
|
|
+ "<if test='type != null'> and TYPE = #{type} </if>" +
|
|
|
"</where>" +
|
|
|
"</script>")
|
|
|
void delPhysical(DelPhysicalParam param);
|