소스 검색

删除打印

master
AICells 5 년 전
부모
커밋
42c503784e
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. +0
    -4
      src/protoGen.erl

+ 0
- 4
src/protoGen.erl 파일 보기

@ -313,18 +313,14 @@ getSubRec() ->
erlang:get(pd_subRec).
addSubRec({MsgName, _MsgId, _FieldList} = Info, IsForBin) when IsForBin ->
io:format("IMY************************111 ~p ~p~n",[Info, IsForBin]),
OldList = erlang:get(pd_subRec),
case lists:keyfind(MsgName, 1, OldList) of
false ->
io:format("IMY************************3333 ~p ~p~n",[OldList, IsForBin]),
erlang:put(pd_subRec, [Info | OldList]);
_ ->
io:format("IMY************************444 ~p ~p~n",[Info, IsForBin]),
ignore
end;
addSubRec(_Info, _IsForBin) ->
io:format("IMY************************222 ~p ~p~n",[_Info, _IsForBin]),
ignore.
genDecodeBin({MsgName, MsgId, FieldList}, SortedSProtoList, IsForBin) ->

불러오는 중...
취소
저장