pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPr/PrOrderMapper.java
@@ -1,5 +1,6 @@ package com.dy.pmsGlobal.daoPr; import cn.hutool.json.JSONObject; import com.dy.pmsGlobal.pojoPlt.PltProduct; import com.dy.pmsGlobal.pojoPr.PrOrder; import org.apache.ibatis.annotations.Mapper; @@ -34,4 +35,6 @@ boolean exists(@Param("name") String name, @Param("id") Long id); int updateByPrimaryKeySelective(PrOrder record); List<JSONObject> queryStatisticOrder(); }