src/main/resources/mapper/OrderDetlMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapper/OrderDetlMapper.xml
@@ -71,7 +71,7 @@ where 1=1 and order_no = #{orderNo} and matnr = #{matnr} <if test="batch!=null"> <if test="batch!=null and batch!=''"> and batch = #{batch} </if> </select>