chenhj
7 小时以前 7c060a33ae9399a86db97ad18da965e7a848dfc3
src/main/resources/mapper/production/ProductOrderMapper.xml
@@ -14,6 +14,7 @@
        <result property="updateTime" column="update_time"/>
        <result property="expectedSchedule" column="expected_schedule"/>
        <result property="manufacturingTeam" column="manufacturing_team"/>
        <result property="isEnd" column="is_end"/>
    </resultMap>
    <select id="pageProductOrder" resultType="com.ruoyi.production.dto.ProductOrderDto">
        select po.*,