程序版本查询bug修改
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
AND A.Dev_Type = B.Id
|
AND A.Dev_Type = B.Id
|
||||||
AND A.Update_By = C.Id
|
AND A.Update_By = C.Id
|
||||||
<if test="devType != null and devType != ''">
|
<if test="devType != null and devType != ''">
|
||||||
AND A.Dev_Type = ${devType}
|
AND A.Dev_Type = #{devType}
|
||||||
</if>
|
</if>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user