@@ -333,7 +333,7 @@ interview_distribution = values(interview_distribution)
<if test="shareType < 4">
and a.share_type = #{shareType}
</if>
- <if test="shareType = 4">
+ <if test="shareType == 4">
and a.share_type in (0,2)
@@ -2083,7 +2083,6 @@ public class OrderProjectServiceImpl extends BaseMybatisDao<TOrderTaskMapper> im
/**
*
* @param e
- * @param type =0 是批量处理会修改 =1是修改属性,外部一起修改
*/
private void updateProjectCompleteDate(TOrderTask e ) {
ObjectMapper mapper = new ObjectMapper();