|
@@ -22,12 +22,12 @@ public interface ComContractInfoExchangeMapper extends BaseMapper<ComContractInf
|
|
|
@Select("select id, pici ,yhid ,xh ,ssxh ,rwbh ,rwmc ,cpxh ,jd ,yzbm ,zgsjs ,htfpe ,ysk ,htbh ,htmc ,htzt ,htlx ," +
|
|
|
"qsrq ,htmj ,xmmj ,htsl ,htys ,gdbh ,gdrq ,htkzt ,jf ,jfyhjc ,yf ,jeskzkp ,zc ,dk ,dfk ,kpzt ,ykp ," +
|
|
|
"dkp ,lxr ,dh ,htqcr ,qclrsqrq ,htzgbm ,ywy ,zzbm ,htlxqk ,htztsm from com_contract_info_exchange " +
|
|
|
- "where sjly = 30 and rwbh=#{taskno}")
|
|
|
+ "where sjly = 20 and rwbh=#{taskno}")
|
|
|
public List<ComContractInfoExchangeHTEVO> getCrmHteDetail(@Param("taskno") String taskno);
|
|
|
|
|
|
/**项目成本——已收款的详情*/
|
|
|
@Select("select id, pici,khid,khlcbh,xh,bh,skbh,zxzt,fkfmc,yhjc,htbh,htmc,htlx,cpxh,jd,sl,bm,htzgbm,rwbh,rwmc, " +
|
|
|
"jeskzkp,rwskje,dkhpdqrq,sklx,skkmdm,pzh,ywy,lrsqr,qclrsqrq from com_contract_info_exchange " +
|
|
|
- "where sjly=40 AND DATE_FORMAT(`dkhpdqrq`,'%Y') > '2015' and rwbh=#{taskno};")
|
|
|
+ "where sjly=40 AND DATE_FORMAT(`dkhpdqrq`,'%Y') > '2015' and rwbh=#{taskno}")
|
|
|
public List<ComContractInfoExchangeYSKVO> getCrmYskDetail(@Param("taskno") String taskno);
|
|
|
}
|