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