jj: fix dataset query
This commit is contained in:
@@ -1923,8 +1923,10 @@ WHERE (T.MODULE_ID =
|
||||
AND (T.GROUP_ID NOT IN
|
||||
(SELECT GROUP_ID
|
||||
FROM TBPM_PROFILE_GROUP
|
||||
WHERE (PROFIL_ID = 2)))</CommandText>
|
||||
<Parameters />
|
||||
WHERE (PROFIL_ID = @PROFILE_ID)))</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="PROFILE_ID" ColumnName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PROFILE_ID" Precision="0" Scale="0" Size="4" SourceColumn="" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</SelectCommand>
|
||||
</DbSource>
|
||||
|
||||
Reference in New Issue
Block a user