@@ -18,5 +18,5 @@ public class TaskManage extends PlanManageDto implements Serializable {
WorkFlowDetail workFlowDetail;
@ApiModelProperty(value = "工作流日志集合")
- List<WorkFlowDetail> workFlowLogList;
+ List<WorkFlowLog> workFlowLogList;
}
@@ -591,7 +591,7 @@
</foreach>
</delete>
<!--根据orderPid 查询工单-->
- <select id="selectByPId" parameterType="map" resultType="BaseResultMap">
+ <select id="selectByPId" parameterType="map" resultMap="BaseResultMap">
select
<include refid="Base_Column_List"></include>
from sc_work_order_manage