hd/pipe/materialsManage/src/main/resources/mapping/TSteelProduceMapper.xml
@@ -91,8 +91,8 @@ <if test="isModel!=null and isModel!='' "> and tsp.size_id=#{sizeId} </if> <if test="realName!=null and realName!='' "> and spu.real_name regexp #{realName} <if test="platUserName!=null and platUserName!='' "> and spu.real_name regexp #{platUserName} </if> order by tsp.produce_number desc