Commit 717846cc authored by zhengyi's avatar zhengyi

报价单sql修复

parent 135b618a
......@@ -126,7 +126,7 @@ public interface OfferMapper extends BaseMapperX<OfferDO> {
//objectiveIds
"<when test = 'pageVO.objectiveIds != null and pageVO.objectiveIds.size() > 0'>",
"AND dst.objective_id IN",
"AND dst.shi IN",
"<foreach item='objectiveId' collection='pageVO.objectiveIds' open='(' close=')' separator=','> #{objectiveId} </foreach>",
"</when>",
......@@ -265,7 +265,7 @@ public interface OfferMapper extends BaseMapperX<OfferDO> {
//objectiveIds
"<when test = 'pageVO.objectiveIds != null and pageVO.objectiveIds.size() > 0'>",
"AND dst.objective_id IN",
"AND dst.shi IN",
"<foreach item='objectiveId' collection='pageVO.objectiveIds' open='(' close=')' separator=','> #{objectiveId} </foreach>",
"</when>",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment